An implementation of Gauss-Jordan method to solve systems of linear equations, developed in Python/Numpy. C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, ...
This program solves given matrixes with the help of Gauss-Jordan Elimination Method. We used Fractions library of Python to reduce inaccuracy in floating point operations. To achieve this all the ...