Skip to content

Commit 10c577d

Browse files
authored
Update 735-math-inverse.markdown
1 parent 8b64dde commit 10c577d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_build/reference/735-math-inverse.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
55
Returns the inverse matrix of A.
66

7+
```
8+
A = [ 1, -1, 1; 2, -1, 2; 3, 2, -1]
9+
print INVERSE(A)
10+
```
711

0 commit comments

Comments
 (0)