|
LUDecomposition
LUDecomposition[m] generates a representation of the LU decomposition of a matrix m.
LUDecomposition returns a list of three elements. The first element is a combination of upper and lower triangular matrices, the second element is a vector specifying rows used for pivoting, and for approximate numerical matrices the third element is an estimate of the condition number of .
The data generated by LUDecomposition is intended for use in LUBackSubstitution.
See The Mathematica Book: Section 3.7.8 and Section 3.7.10.
Implementation Notes: see section A.9.4.
See also: LUBackSubstitution, QRDecomposition, SchurDecomposition.
Related packages: LinearAlgebra`Cholesky`, LinearAlgebra`Orthogonalization`.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |