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

Online Help

All Products    Maple    MapleSim


MTM

  

det

  

compute the determinant of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

det(A)

Parameters

A

-

square matrix

Description

• 

The det(A) function computes the determinant of A.

Examples

withMTM:

AMatrix1,2,1,2,4,2,2,8,1

A121242281

(1)

detA

0

(2)

See Also

LinearAlgebra[Determinant]

MTM