mat_root | R Documentation |
For a symmetric matrix X
calculates the matrix A
such that
X
= A
^2.
mat_root(X)
X |
a symmetric matrix |
a symmetric matrix A
X <- matrix(runif(9),3) X <- X %*% t(X) mat_root(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.