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

Online Help

All Products    Maple    MapleSim


Overview of the Logic Package

 

Calling Sequence

Description

List of Logic Package Commands

Calling Sequence

Logic:-command(arguments)

command(arguments)

Description

• 

The Logic package is a collection of commands for inspecting, manipulating and transforming formulae in propositional logic.

• 

In general Maple, commands use ternary (three-valued) logic. The Logic package employs a logical system with only two truth values (true and false).

• 

The Logic package uses its own set of logical operators. For information on using these operators, see Logic,operators.

• 

Each command in the Logic package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

List of Logic Package Commands

  

The following is a list of available commands.

&and

&iff

&implies

&nand

&nor

&not

&or

&xor

BooleanSimplify

Canonicalize

Complement

Contradiction

Convert

Dual

Environment

Equivalent

Export

Implies

Import

IncidenceGraph

Normalize

Parity

PrimalGraph

Random

Satisfiable

Satisfy

SymmetryGroup

Tautology

TruthTable

Tseitin

 

 

  

To display the help page for a particular Logic command, see Getting Help with a Command in a Package.

See Also

boolean

evalb

logical