Generalized De Morgan’s Theorem Lecture L5.4 Section 5.1
What kind of gate is this? X Y Z = X Y !X !Y W Z X Y Z W !X !Y
What kind of gate is this if 0 = TRUE and 1 = FALSE? X Y Z = X Y !X !Y W Z X Y Z W !X !Y X Y Z 0 = TRUE = T
What kind of gate is this? X Y Z = X Y !X !Y W Z X Y Z W !X !Y
What kind of gate is this if 0 = TRUE and 1 = FALSE? X Y !X !Y W Z X Y Z 0 = TRUE = T X Y Z = X Y Z W !X !Y
Generalized De Morgan’s Theorem NOT all variables Change & to # and # to & NOT the result F = X & Y # X & Z # Y & Z F = !((!X # !Y) & (!X # !Z) & (!Y # !Z)) F = !(!(X & Y) & !(X & Z) & !(Y & Z))
NAND Gate
X Y X Z Y Z F F = X & Y # X & Z # Y & Z
F = !(!(X & Y) & !(X & Z) & !(Y & Z)) NAND Gate