Go to the first, previous, next, last section, table of contents.


matrix_inverse

matrix_inverse(M)
: It returns the inverse of the matrix M.

Example:

 matrix_inverse([[1,2],[0,1]]);


Go to the first, previous, next, last section, table of contents.