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.
See Also
convert
mod
msolve
Download Help Document