invMat {EleChemr} | R Documentation |
Inverse matrix
Description
Returns the inverse matrix of the selected one
Usage
invMat(A)
Arguments
A |
matrix to be inverted |
Value
inverse matrix of the selected
Examples
invMat(A = matrix(c(1,2,6,14), nrow = 2))
[Package EleChemr version 1.2.0 Index]