INVERSE

I = INVERSE (A)

Returns the inverse matrix I of matrix A.

Example

A = [ 1, -1, 1; 2, -1, 2; 3, 2, -1]
print INVERSE(A)
Code samples using INVERSE