Description Usage Arguments Details Value Author(s) References Examples
Computes the inverse of a matrix using the LU decomposition.
1 | solve2(A)
|
A |
an invertible square matrix. |
Use the LU decomposition to compute the inverse of a matrix. In some cases, solve produces error to invert a matrix whereas this decomposition provide a valid solution.
A square matrix corresponding to the inverse of A.
Clecio Ferreira, Diego Gallardo and Camila Zeller
Bellman, R. (1987). Matrix Analysis, Second edition, Classics in Applied Mathematics, Society for Industrial and Applied Mathematics.
Horn, R. A. and C. R. Johnson (1985). Matrix Analysis, Cambridge University Press.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.