Decomp(M) = The LU decomposition of matrix M


Decomp(M) = The LU decomposition of matrix M:

Returns the LU decomposition of matrix M. L*U = M. U is an upper triangular matrix and L is a lower triangular matrix with its diagonal elements all equal to one. The returned matrix is the sum of U and L minus L's diagonal elements.

See: LU Decomposition and Its Applications -- From Numerical Recipes Home Page

Return to Matrix and Polynomial Computations
Return to Harry's Home Page


This page accessed times since September 18, 2006.
Page created by: hjsmithh@sbcglobal.net
Changes last made on Monday, 06-Aug-07 20:22:42 PDT