Implementing some numerical linear algebra methods
-
Updated
Dec 3, 2021 - Python
Implementing some numerical linear algebra methods
Analytica is a web app to solve systems of linear equations using different algebraic and numerical methods. Not only showing the final solution, but all the steps involved to get that solution.
A MATLAB project comparing the performance (time, iterations) of from-scratch implementations of direct and iterative methods (Gaussian Elimination, Gauss-Jordan Elimination, LU, Jacobi, Gauss-Seidel, SOR) for solving Ax=b.
🔍 Compare various direct and iterative methods for solving linear equations in MATLAB to analyze performance and efficiency with practical implementations.
Add a description, image, and links to the guass-seidel topic page so that developers can more easily learn about it.
To associate your repository with the guass-seidel topic, visit your repo's landing page and select "manage topics."