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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |