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 10c577d commit b1d3b0fCopy full SHA for b1d3b0f
_build/reference/729-math-determ.markdown
@@ -4,4 +4,8 @@
4
5
Determinant of A. toler = tolerance number. the absolute value of the lowest acceptable number. default = 0.
6
7
+```
8
+A = [ 0, 1, 2; 3, 2, 1; 1, 1, 0]
9
+print determ(A)
10
11
0 commit comments