Decompose a matrix into lower- and upper-triangular matrices
lumatrix(m)
m | a matrix |
---|
list with matrices L and U representing the LU decomposition
lumatrix
decomposes the matrix m
into the LU
decomposition, such that m == L
Other linear:
choleskymatrix()
,
detmatrix()
,
gdls()
,
invmatrix()
,
iterativematrix
,
refmatrix()
,
rowops
,
tridiagmatrix()
,
vecnorm()