From WikiChip
Difference between revisions of "veitch diagram"

m (Reverted edits by 130.204.190.151 (talk) to last revision by Inject)
(i switched 0 and 1)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
  
 
== Example ==
 
== Example ==
The 4-variable [[truth-vector]] <math>F(A,B,C,D) = [0,0,0,1,0,0,0,1,1,1,0,1,0,0,0,1]^T</math> can be represented on a Veitch diagram as.
+
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 09:38, 23 February 2024

Not to be confused with Karnaugh map.
veitch diagram example.svg

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. veitch diagram example 2.svg

C and D should be reversed

See also[edit]