Karnaugh Map
IntroductionA karnaugh map is a visual display of the fundamental products needed for a sum of products solution.By using this map we can easily simplify the Boolean equations in sum of product form.
Two – variable map Truth table
Karnaugh mapBAB10110302A
ExplanationThe vertical column has A followed by      , and the horizontal row B followed by       .Then take the combination of inputs which produce the output as 1.AB
Cont.,In the given truth table, the output is 1 at              and                  	input combinations.Enter 1 in the spaces of                and              at the karnaugh map, because the corresponding outputs are high. The remaining spaces are entered with 0’s.BABAABAB
Three variable map Truth table
Karnaugh mapC1011BABA0213ABCAB06070405
ExplanationThe vertical column is labeled as                ,          ,      , This order is not a binary progress of 00,01,10 and 11.ABABABAB
Cont.,In the karnaugh map the variables order are assigned in a sequence of only one variable changes from complemented to un complemented form.The horizontal row is marked as         and CC
Cont.,The fundamental products for these 1 outputs are                         ,                  and Enter ‘1’ on these variables positions of the karnaugh map.The remaining spaces are filled with 0’s.CABCABABC
Four variable mapMany digital systems process data in 4 bits (nibbles).Some digital IC chips will work with nibbles like 0000, 0001 and so on.
Cont.,For this reason, logic circuit are often designed to handle four input variables and their complements.This is done by using 4 variable karnaugh map.
Four variable karnaugh map Truth Table
Cont.,
Karnaugh map10110302040507160120130151141819011110ABABABABCDCDCDCD
ExplanationThe vertical column is           ,        ,         and          .The horizontal row is             ,        ,         and         .  ABABABABCDCDCDCD
Cont.,The output 1 is appeared at the input combinations of                       ,                  ,                    ,                     ,                        ,                  and Enter ‘1’ on these spaces of the karnaugh map, and the remaining spaces are filled with 0’s.CDABCDABCDABCDABCDABCDABCDAB
The End	…… Thank You ……

Karnaugh map