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
(110−2).
See also QRDecomposition command. |
Calculates the LU decomposition of the given matrix.
LUDecomposition({{2,0},{1,1}})
returns the matrices
(0110),(1021) and
(110−2).
See also QRDecomposition command. |