Returns the inverse of the matrix argument. Added in version 3.2.
A = [ 5, -3, 1; 1, 9, 2; 4, 3, 6 ]; B = inv(A)
det.