Determinant - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

Determinant

  

compute the determinant of a Matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Determinant(A, options)

Parameters

A

-

square Matrix

options

-

(optional) parameters; for a complete list, see LinearAlgebra[Determinant]

Description

• 

The Determinant(A) command computes the determinant of the square Matrix A.

Examples

> 

with⁡StudentLinearAlgebra:

> 

A≔1,2,3|4,5,6|7,8,2

A≔147258362

(1)
> 

Determinant⁡A

21

(2)
> 

B≔1−x,2|3,−1−x

B≔1−x32−1−x

(3)
> 

Determinant⁡B

x2−7

(4)

See Also

LinearAlgebra[Determinant]

Student[LinearAlgebra]

Student[LinearAlgebra][CharacteristicMatrix]

Student[LinearAlgebra][CharacteristicPolynomial]

Student[LinearAlgebra][Eigenvalues]