Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: D - E
> DET
DET
Returns the determinant of a square matrix.
Format
DET (M)
Argument
M
A square matrix.
Example
The following example illustrates the use of the DET function:
Function
DET ({[1,2,0], [2,2,-1], [3,1,1]})
Result
-8.0
Learn more about matrix/array functions
.
This site works best with JavaScript enabled