MTM
det
compute the determinant of a matrix
Calling Sequence
Parameters
Description
Examples
det(A)
A
-
square matrix
The det(A) function computes the determinant of A.
withMTM:
A≔Matrix1,2,1,2,4,2,2,8,1
A≔121242281
detA
0
See Also
LinearAlgebra[Determinant]
Download Help Document