Wednesday, December 14, 2011

truth table discrete math

Truth Table discrete math

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