Skip to content

Commit b1d3b0f

Browse files
authored
Update 729-math-determ.markdown
1 parent 10c577d commit b1d3b0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_build/reference/729-math-determ.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
55
Determinant of A. toler = tolerance number. the absolute value of the lowest acceptable number. default = 0.
66

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

0 commit comments

Comments
 (0)