Inverse
inert matrix inverse
Calling Sequence
Parameters
Description
Examples
Inverse(A) mod n
A
-
Matrix
n
integer, the modulus
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.
The matrix A is singular mod 2:
Error, (in `mod/Inverse`) singular matrix
See Also
Det
Gaussjord
LinearAlgebra[MatrixInverse]
LinearAlgebra[Modular]
LinearAlgebra[Modular][Inverse]
Linsolve
mod
Download Help Document