pseudoinverse | R Documentation |
Compute Moore-Penrose pseudoinverse of a real rectangular matrix
pseudoinverse(M, tolerance = 1e-10)
M |
real matrix to be inverted |
tolerance |
singular values below this level are treated as 0 |
matrix M.inv satisfying M
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.