Description Usage Value Examples
View source: R/Algebraic_utilities.R
Compute the inverse matrix of the input A using the determinant and the adj matrix this function is not computing efficient due to the computation of the determinant is supposed to be used for small matrices
1 |
Inverse matrix of the input matrix A
1 2 | A = matrix(1,2,3,5)
invMat_old_not_supported(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.