Returns the inverse matrix of the selected one
invMat(A)
A
matrix to be inverted
inverse matrix of the selected
invMat(A = matrix(c(1,2,6,14), nrow = 2))