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.
convert7x3y+5,mod2
xy+1
convertx2y2+xy,mod2
0
convertxandnoty,mod2
x1+y
convertxory,mod2
xy+x+y
convertxxory⇒z,mod2
1+x+y+x+yz
See Also
convert
mod
msolve
Download Help Document