| ||||
| back to: programming language design | paradigms | programming language list | signs | relations |
Combinatorics
|
Carroll's bilateral diagrams/trilateral diagrams
- visualize the possible combinations of, respectively, two or three Boolean variables.
Bilateral diagram is Lewis Carroll's device to represent the situation
in which objects are considered that may or may not have two properties.
Trilateral diagrams were invented by Lewis Carroll for syllogisms [history entry for Carroll]:
|
|
| |
Logical expressions
|
Peirce's existential graphs
- a notation for logical expressions (based on negation & conjunction)
[JCM]
| conjunction = | a and b
|
nand = | not (a and b) nor = | not (a or b) = not a and not b
|
disjunction = | a or b = not (not a and not b) inhibition = | a and not b
|
implication = | a => b = not (a and not b) | ||||||||||||||
| Location: http://www.cs.mun.ca/~ulf/pld/spatial.html Written 090602-050903 by Ulf Schünemann. Copyright (C) 2003 Ulf Schünemann. |