myinv | R Documentation |
This function returns the inverse or generalized inverse of a matrix.
myinv(A, type = "solve")
A |
A matrix to be inverted. |
type |
Type of matrix inversion, set to "solve" (default) or "ginv" (which can be used in the case of computational singularity). |
The inverse of the given matrix A
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.