|
Welcome guest ! |
LU-Factorization | |
This script gives the factorization of a square matrix into two matrix in the form A=LU where L is a lower diagonal matrix and U is an upper diagonal matrix Hint: You must interchange rows if necessary to make the value of A(1,1) the largest magnitude of any coefficient in the first column. |