Boolean Expressions - Show
Boolean Expressions - Show
Normal Form
SOP/POS
November 21, 2023 Digital Logic Design - Adnan Haj
1
Consider a set of variables (or letters or symbols),
say
A literal is a variable or
complemented variable,
e.g., , , , .
is a fundamental product.
and are not fundamental products.
is said to be included in
or contained in if the
literals of are also
literals of
For example,
a fundamental product, or
Boolean
Circuit Expression
Truth
Table
x y z Minterm x y z Maxterm
0 0 0 0 0 0
0 0 1 0 0 1
… …
1 0 0 1 0 0 4
… …
1 1 1 1 1 1
x y z G
0
0
0
0
0
1
0
0
𝑮=𝒙𝒚𝒛 + 𝒙𝒚𝒛 ’+𝒙 ’ 𝒚𝒛
0 1 0 0
0 1 1 1 𝑮=𝒎 𝟕+𝒎𝟔 +𝒎𝟑=𝚺 𝒎( 𝟑 ,𝟔 , 𝟕)
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1