Ask Your Question

Revision history [back]

I'm not sure why you think that x^2=x and Sage gives

sage: R.<a,b> = PolynomialRing(GF(2), 'a,b')
sage: (a+b+1)^2
a^2 + b^2 + 1