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

Online Help

All Products    Maple    MapleSim


Logic

  

Dual

  

construct the dual of a Boolean expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Dual(b)

Parameters

b

-

Boolean expression

Description

• 

The Dual command returns the dual of the Boolean expression b, that is, the expression generated by replacing &and with &or, &or with &and, leaving &not fixed, and extending to the remaining Boolean operators by their formulas in terms of &and, &or, and &not.

Examples

withLogic:

Duala&and&nota=false

a¬a=true

(1)

Duala&impliesb

¬ba

(2)

Dual&nota&norb&iffc

¬abc

(3)

See Also

Logic

simplex/dual