I'm working on transformation polynomial systems over GF(2^N) to GF(2). In a process of transformation I need to do lots of modulo 2 computations like summing and multiplying matrices.
So is there way to sum and multiply matrices using modulo 2 arithmetics in Sympy?