<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Math > Matrix functions > DET |
Description
Compute the determinant of a square matrix.
Syntax
d = DET(Matrix[()])
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Matrix |
Variable |
No |
Any numeric variable representing a square matrix |
Remarks
Restrictions
See also
Examples