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

Online Help

Inverse

inert matrix inverse

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Inverse(A) mod n

Parameters

A

-

Matrix

n

-

integer, the modulus

Description

• 

The Inverse function is a placeholder for representing the inverse of a square matrix A.

• 

The call Inverse(A) mod n computes the inverse of the square matrix A over a finite ring of characteristic n. This includes finite fields, GF(p), the integers mod p, and GF(p^k) where elements of GF(p^k) are expressed as polynomials in RootOf's.

Examples

(1)

(2)

(3)

The matrix A is singular mod 2:

Error, (in `mod/Inverse`) singular matrix

(4)

(5)

(6)

See Also

Det

Gaussjord

LinearAlgebra[MatrixInverse]

LinearAlgebra[Modular]

LinearAlgebra[Modular][Inverse]

Linsolve

mod

 


Download Help Document