How to find null space of a matrix over $\mathbb{GF}(2)$?

1.3k Views Asked by At

How to find null space of a matrix over $\mathbb{GF}(2)$ ?

Are there any algorithms available?

I am not sure here is appropriate to ask this or not: Is there any routines for MATLAB or Maple?

1

There are 1 best solutions below

0
On

It is trivial in Maple. If $A$ is the Matrix, then use Nullspace(A) mod 2.