pseudoinverse | R Documentation |
Find the Pseudoinverse of a Matrix
pseudoinverse(X)
X |
A numeric matrix. |
The pseudoinverse of a matrix is V Σ^+ U^T - essentially, its inverse over its row space. It always exists even if no left or right inverse does.
This function is partly based on the ginv
, which does the same thing.
The pseudoinverse of X.
pseudoinverse(matrix(rnorm(12), ncol = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.