Student[LinearAlgebra]
Determinant
compute the determinant of a Matrix
Calling Sequence
Parameters
Description
Examples
Determinant(A, options)
A
-
square Matrix
options
(optional) parameters; for a complete list, see LinearAlgebra[Determinant]
The Determinant(A) command computes the determinant of the square Matrix A.
with⁡StudentLinearAlgebra:
A≔1,2,3|4,5,6|7,8,2
A≔147258362
Determinant⁡A
21
B≔1−x,2|3,−1−x
B≔1−x32−1−x
Determinant⁡B
x2−7
See Also
LinearAlgebra[Determinant]
Student[LinearAlgebra][CharacteristicMatrix]
Student[LinearAlgebra][CharacteristicPolynomial]
Student[LinearAlgebra][Eigenvalues]
Download Help Document