I am trying to simplify the square of a parameterized polynomial mod 2. My parameters are intended to be either 0 or 1. How do I accomplish this?
For example:
Download Polynomial_Mod_2.mw
I would like to simplify the squared parameters modulo 2. a[3]^2=a[3], etc.
Any help would be appreciated. Elegant methods even more so!
Regards.