Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Matrix Decompositions >

LUDecomposition

LUDecomposition[m]
generates a representation of the LU decomposition of a square 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 m the third element is an estimate of the LInfinity condition number of m.
New in 3
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team