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.
with⁡MTM:
A≔Matrix⁡1,2,1,2,4,2,2,8,1
A≔121242281
det⁡A
0
See Also
LinearAlgebra[Determinant]
Download Help Document