syminv | R Documentation |
Computes the inverse of a symmetric positive-definite matrix using its Cholesky decomposition.
syminv(x)
x |
A symmetric positive-definite matrix. |
The inverse of the input matrix.
mat <- matrix(c(4, 2, 2, 3), ncol = 2)
syminv(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.