Truth Table discrete math
A truth table is table of truth values, commonly used to demonstrate which cases is a logic statement is true or false.
For example,
Logical AND. p & k is true only when both are true
p | k | p & k
---|---- |-------
T | T | T
F | F | F
T | F | F
F | T | F
No comments:
Post a Comment