Description Usage Arguments Details Value See Also Examples
Decompose a matrix into lower- and upper-triangular matrices
1 | lumatrix(m)
|
m |
a matrix |
lumatrix decomposes the matrix m into the LU
decomposition, such that m == L
list with matrices L and U representing the LU decomposition
Other linear:
choleskymatrix(),
detmatrix(),
gdls(),
invmatrix(),
iterativematrix,
refmatrix(),
rowops,
tridiagmatrix(),
vecnorm()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.