Returns the inverse of the matrix.
Matrix[[-1, -1], [0, -1]].inverse => -1 1 0 -1
inv
Please login to continue.
Please login to continue.