Description Usage Arguments Value Examples
Decompose a matrix into a Lower triangular matrix L and an orthogonal matrix Q
1 | LQdecompose(mat)
|
mat |
a matrix of real numbers |
list containing L and Q matrices
1 | LQdecompose(rbind(c(2,-2,18),c(2,1,0),c(1,2,0)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.