Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

LDLt Factorization

To factor the positive definite n x n  matrix A into the form LDLt , where L is a lower-triangular matrix with 1's along the diagonal and D is a diagonal matrix with positive entries on the diagonal.