LUDecomposition Command

CAS Syntax

LUDecomposition( <Matrix> )

Calculates the LU decomposition of the given matrix.

LUDecomposition({{2,0},{1,1}}) returns the matrices (0110),(1021) and (1102).

See also QRDecomposition command.