Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

Direct Factorization

To factor the n x n matrix A =( aij) into the product of the lower-triangular matrix L= (lij) and the upper-triangular matrix U = (uij); that is, A = LU, where the main diagonal of either L or U consists of all ones.