Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Logic[TruthTable] - construct the truth table of a Boolean expression
Calling Sequence
TruthTable(expr, L, opt)
Parameters
expr
-
Boolean expression
L
list of identifiers appearing in the expression
opt
(optional) equation of the form form=tblform, where tblform is either boolean or MOD2.
Description
The TruthTable command returns the truth table corresponding to the Boolean expression expr.
The parameter L, a list of identifiers appearing in the expression, determines the ordering used for table indices. That is, if T is the table returned and L= , where , are identifiers in the expression, then is equivalent to eval( expr, [x1=v1, ..., xn=vn] ).
The truth table returned is of type tabular.
The optional parameter form=tblform specifies the type of the inputs and output; by default, this is boolean. If form=MOD2 is specified, then the indices and entries will be zeroes and ones.
Examples
See Also
Logic, Logic/Satisfy, type[tabular]
Download Help Document