Overview of the Logic Package
Calling Sequence
Description
List of Logic Package Commands
Logic:-command(arguments)
command(arguments)
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.
The following is a list of available commands.
&and
&iff
&implies
&nand
&nor
¬
&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
Download Help Document