Given a square matrix, find its determinant. In Mathematica, the Det[] command is used. In Matlab the det() command is used.
Maple A:=LinearAlgebra:-RandomMatrix(3,3,generator=-1..1.0); LinearAlgebra:-Determinant(A)
|
0.4101995534 |