We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b64dde commit 10c577dCopy full SHA for 10c577d
_build/reference/735-math-inverse.markdown
@@ -4,4 +4,8 @@
4
5
Returns the inverse matrix of A.
6
7
+```
8
+A = [ 1, -1, 1; 2, -1, 2; 3, 2, -1]
9
+print INVERSE(A)
10
11
0 commit comments