BSW Math
Solution of linear system of eqations
This script uses the method of LU-factorization to solve a system of linear equations on the form Ax=b where A is the matrix of the Coefficients and b is right hand side of the equations

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.
Number of Equations