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 nullspace of the linear transformation defined by the matrix A mod p. The result is a (possibly empty) set of vectors.
Note: To find the nullspace of a matrix, see LinearAlgebra:-NullSpace.
A≔Matrix1,2,3,1,2,3,0,0,0
A≔123123000
NullspaceAmod5
310,201
See Also
LinearAlgebra[Modular]
LinearAlgebra[NullSpace]
Download Help Document