Description Usage Value Examples
View source: R/Algebraic_utilities.R
Compute the inverse matrix of the input A using the gauss jordan algorithm Given A*X-1 = I we solve with gauss algorithm the augmented matrix 'AI' by forward elimination and backward we can manage to obtain 'IX-1'
1 | invMat(A)
|
Inverse matrix of the input matrix A
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.