3

I would like to compute the kernel of a matrix M of size about 100 x 100, where all entries are modulo 2. If M is a sympy.Matrix there is M.nullspace, but that computes in the rationals and the computation takes too long. I have also tested that the kernel is non-trivial (M.inv_mod(2) failed).

Any idea?

Hennich
  • 682
  • 3
  • 18

0 Answers0