Navigation:  thinBasic Modules > Math > Matrix functions >

DET

Previous pageReturn to chapter overviewNext page

 

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

 

MAT, DotProduct

 

Examples

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com