Combined forward and backward substitution algorithm for solving triangular systems of equations.
-
Updated
Aug 14, 2022 - Jupyter Notebook
Combined forward and backward substitution algorithm for solving triangular systems of equations.
This implementation is a numerical tool built in Python designed to solve systems of linear equations
Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods
Add a description, image, and links to the backward-substitution topic page so that developers can more easily learn about it.
To associate your repository with the backward-substitution topic, visit your repo's landing page and select "manage topics."