MyWikiBiz, Author Your Legacy — Sunday February 16, 2025
Jump to navigationJump to search
409 bytes added
, 15:50, 13 May 2012
Line 7: |
Line 7: |
| <br> | | <br> |
| | | |
− | {| align="center" border="1" cellpadding="8" cellspacing="0" style="background:#f8f8ff; font-weight:bold; text-align:center; width:45%" | + | {| align="center" border="1" cellpadding="8" cellspacing="0" style="text-align:center; width:45%" |
− | |+ '''Exclusive Disjunction''' | + | |+ style="height:30px" | <math>\text{Exclusive Disjunction}\!</math> |
− | |- style="background:#e6e6ff" | + | |- style="height:40px; background:#f0f0ff" |
− | ! style="width:15%" | p
| + | | style="width:33%" | <math>p\!</math> |
− | ! style="width:15%" | q
| + | | style="width:33%" | <math>q\!</math> |
− | ! style="width:15%" | p XOR q
| + | | style="width:33%" | <math>p ~\operatorname{XOR}~ q</math> |
| |- | | |- |
− | | F || F || F | + | | <math>\operatorname{F}</math> || <math>\operatorname{F}</math> || <math>\operatorname{F}</math> |
| |- | | |- |
− | | F || T || T | + | | <math>\operatorname{F}</math> || <math>\operatorname{T}</math> || <math>\operatorname{T}</math> |
| |- | | |- |
− | | T || F || T | + | | <math>\operatorname{T}</math> || <math>\operatorname{F}</math> || <math>\operatorname{T}</math> |
| |- | | |- |
− | | T || T || F | + | | <math>\operatorname{T}</math> || <math>\operatorname{T}</math> || <math>\operatorname{F}</math> |
| |} | | |} |
| | | |