convert/mod2
convert expression to mod 2 form
Calling Sequence
Parameters
Description
Examples
convert(expr, mod2)
expr
-
expression
The convert/mod2 function reduces an expression modulo 2.
The expression can contain the following Boolean operators:
and
not
or
xor
implies
These are converted to their equivalent modulo 2 representation.
convert⁡7⁢x3⁢y+5,mod2
x⁢y+1
convert⁡x2⁢y2+x⁢y,mod2
0
convert⁡xandnoty,mod2
x⁢1+y
convert⁡xory,mod2
x⁢y+x+y
convert⁡xxory⇒z,mod2
1+x+y+x+y⁢z
See Also
convert
mod
msolve
Download Help Document