Mathematics Previous page   Next Page

Cholesky, LU, and QR Factorizations

The MATLAB linear equation capabilities are based on three basic matrix factorizations:

These three factorizations are available through the chol, lu, and qr functions.

All three of these factorizations make use of triangular matrices where all the elements either above or below the diagonal are zero. Systems of linear equations involving triangular matrices are easily and quickly solved using either forward or back substitution.


Previous page  Pseudoinverses Cholesky Factorization Next page

© 1994-2005 The MathWorks, Inc.