Get the inverse of a matrix
.matrixInverse(s)
s
A 2x2 matrix.
The inverse of 's', or NULL if the matrix is singular
Given a matrix, compute the inverse or return NULL if it is singular.
NULL