From WikiChip
Difference between revisions of "veitch diagram"
(i switched 0 and 1) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
== Example == | == Example == | ||
− | The 4-variable [[truth-vector]] <math>F(A,B,C,D) = [ | + | The 4-variable [[truth-vector]] <math>F(A,B,C,D) = [1,0,0,1,0,0,0,1,1,0,0,1,0,0,0,1]^T</math> can be represented on a Veitch diagram as. |
[[File:veitch diagram example 2.svg|200px]] | [[File:veitch diagram example 2.svg|200px]] | ||
− | + | ||
+ | C and D should be reversed | ||
+ | |||
== See also == | == See also == | ||
* [[Venn diagram]] | * [[Venn diagram]] | ||
* [[Hasse diagram]] | * [[Hasse diagram]] |
Latest revision as of 08:38, 23 February 2024
- Not to be confused with Karnaugh map.
The Veitch diagram is a graphical tool designed to allow the minimizing of Boolean expressions. The Veitch diagram was proposed by Edward Veitch in his 1952 paper "A Chart Method for Simplifying Truth Functions". This diagram has since been superseded by the Karnaugh map.
Example[edit]
The 4-variable truth-vector can be represented on a Veitch diagram as.
C and D should be reversed