Navigation: Language Reference > Functions > Matrix >
Y = inverse(A);
Returns the inverse of square non-singular matrix A.
A = [1,0;0,1+ramp(1)];
A must be a non-singular square matrix. Y must have the same size as A.