AAE-NA-Labs/Direct Methods for Solving Linear Systems
2021-03-14 18:40:53 +01:00
..
Alg1_outer_product_gaussian_elimination.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg2_gaussian_elimination_with_complete_pivoting.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg3_forward_substitution.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg4_back_substitution.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg5_gauss_jordan_elimination.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg6_RREF.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg7.m Added Algorithm 8 and refactored code 2021-03-13 20:23:23 +01:00
Alg8.m P works just fine 2021-03-13 21:17:25 +01:00
Alg10.m Added Algorithm 10 2021-03-13 21:13:03 +01:00
Alg11.m Refactored comments 2021-03-14 18:40:53 +01:00
Alg13.m Added Householder algorithm and introduced Householder QR (got R, gotta find Q) 2021-03-14 15:34:25 +01:00
householder.m Added Householder algorithm and introduced Householder QR (got R, gotta find Q) 2021-03-14 15:34:25 +01:00
main.m Added Algorithm 7 and refactored prevoius Algorithms 2021-03-13 17:46:26 +01:00
README.md Refactored comments 2021-03-14 18:40:53 +01:00

Direct Methods for Solving Linear Systems

Bibliography

References in the code comments are represented by [number]:

  • 1
  • 2 Golub, van Loan, Matrix Computations, 3rd edition