Re: Polynomial division modulo 2



(x7 + x6 + x5 + x3) (x3 + 1) (/division modulo 2) should give the
reminder: x2 + x;


Veli-Pekka Nousiainen wrote:
2 MODSTO
then either:
DIVMOD
DIV2MOD
They are in the manuals...

That is how to do it. Note though that you MUST enter a ZINT, not a
real number for your modulus. ( not 2. but 2) Or you can set the
MODULUS in the CAS MODE screen.

Then execute the command DIV2MOD. It spits out what you want.

TW

.