Karnaugh Maps
Karnaugh Maps
POWERED BY
PRODUCT OF SUMS (POS) FORM
It is in the form of product of three terms (A+B), (B+C), or (A+C) with
each term is in the form of a sum of two variables. Such expressions
are said to be in the product of sums (POS) form. In POS form, 0
represents an unbar and 1 represents a bar.
Given below is an example of POS.
POWERED BY
ExampleLet, F(x, y, z) = x’ y’ z’ + x y’ z + x y z’ + x y z
Or, F(x, y, z) = m0 + m5 + m6 + m7
Hence,
F(x, y, z) = ∑ (0, 5, 6, 7)
Now we will find the complement of F(x, y, z)
F’ (x, y, z) = x’ y z + x’ y’ z + x’ y z’ + x y’ z’
Or, F’(x, y, z) = m3 + m1 + m2 + m4
Hence,
F’(x, y, z) = ∑ (3, 1, 2, 4) = ∑ (1, 2, 3, 4)
POWERED BY
POWERED BY
POWERED BY
3-VARIABLE K-MAP USING SOP FORM
Minimize the following Boolean expression using K-map −
F (A, B, C) = A’BC + A’BC’ + AB’C’+ AB’C
Solution
Each term is put into k-map and we get the following −
POWERED BY
4-VARIABLE K-MAP USING SOP FORM
POWERED BY
Both results above have four product terms of three Boolean variable
each. Both are equally valid minimal cost solutions. The difference in
the final solution is due to how the cells are grouped as shown
above. A minimal cost solution is a valid logic design with the
minimum number of gates with the minimum number of inputs.
POWERED BY
Max term A’+B’+C’ is shown above. Numeric 000 corresponds
to A’+B’+C’. The complement is 111. Place a 0 for max term (A’+B’+C’) in
this cell (1,1,1) of the K-map as shown above.
POWERED BY
PREV
NEXT
POWERED BY