mod2 - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/mod2

convert expression to mod 2 form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, mod2)

Parameters

expr

-

expression

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

See Also

convert

mod

msolve

 


Download Help Document