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

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

> 

with⁡MTM:

> 

A≔Matrix⁡1,2,1,2,4,2,2,8,1

A≔121242281

(1)
> 

det⁡A

0

(2)

See Also

LinearAlgebra[Determinant]

MTM