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

Online Help

Det

inert determinant

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Det(A)

Parameters

A

-

Matrix

Description

• 

The Det function is a placeholder for representing the determinant of the matrix A.  It is used in conjunction with mod and modp1 which define the coefficient domain as described below.

• 

The call  computes the determinant of the matrix  in characteristic m which may not not be prime.  The entries in A may be integers, rationals, polynomials, or in general, rational functions in parameters over a finite field.

• 

The call  computes the determinant of the matrix  where p is a prime integer and the entries of A are modp1 polynomials using fraction-free Gaussian elimination.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

See Also

Charpoly

LinearAlgebra[Determinant]

LinearAlgebra[Modular]

mod

modp1

Modular[Determinant]

 


Download Help Document