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
Math
If there is insufficient information on this page and you wish learn more about INVERSE, please send an email to smallbasic@gmail.com. You can help to improve information about INVERSE by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.