Nullspace
compute the nullspace of a matrix mod p
Calling Sequence
Parameters
Description
Examples
Nullspace(A) mod p
A
-
Matrix over a finite field
p
positive integer
Nullspace(A) mod p computes a basis for the null space (Nullspace) of the linear transformation defined by the matrix A. The result is a (possibly empty) set of vectors.
A≔Matrix⁡1,2,3,1,2,3,0,0,0
A≔123123000
Nullspace⁡Amod5
310,201
See Also
LinearAlgebra[Modular]
LinearAlgebra[NullSpace]
Download Help Document