DETERM

D = DETERM (A [, toler])

Determinant of A. toler is the tolerance number. It is equivalent to the absolute value of the lowest acceptable number. Default value is 0.

Example

A = [ 0, 1, 2; 3, 2, 1; 1, 1, 0]
print determ(A)                    ' Output: 3
Math
If there is insufficient information on this page and you wish learn more about DETERM, please send an email to smallbasic@gmail.com. You can help to improve information about DETERM by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.