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

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

withStudentLinearAlgebra:

A1,2,3|4,5,6|7,8,2

A147258362

(1)

DeterminantA

21

(2)

B1x,2|3,1x

B1x321x

(3)

DeterminantB

x27

(4)

See Also

LinearAlgebra[Determinant]

Student[LinearAlgebra]

Student[LinearAlgebra][CharacteristicMatrix]

Student[LinearAlgebra][CharacteristicPolynomial]

Student[LinearAlgebra][Eigenvalues]