Gaussian Elimination is a method which reduces a system of given linear equations to upper triangular matrix and then uses backward substitution to find the roots.
I would like to develop an algorithm for it in Java and Python.
I'm proficient in Data structures and algorithms. I would love to contribute it as a part of GSSoc '20. Please assign it to me!
This is a(n):
Details:
Gaussian Elimination is a method which reduces a system of given linear equations to upper triangular matrix and then uses backward substitution to find the roots. I would like to develop an algorithm for it in Java and Python. I'm proficient in Data structures and algorithms. I would love to contribute it as a part of GSSoc '20. Please assign it to me!