====== Math 753/853 LU decomp ====== ===== Gaussian elimination ==== <code> % Reduce Ax=b problem to </code> ===== LU factorization with out pivoting ==== <code> </code>