4c Digital System - K-Map
4c Digital System - K-Map
Circuit
K-Map
• Note the sequence of numbers across the top of the map. It is not in
binary sequence which would be 00, 01, 10, 11. It is 00, 01, 11, 10
which is Gray code sequence.
Karnaugh Maps - Rules of Simplification
The K-Map uses the following rules for simplification
of expressions by grouping together adjascent cells
containing ones.
7. Groups may wrap around the table. The leftmost cell in a row may
be grouped with the rightmost cell and the top cell in a column may
be grouped with the bottom cell.
8. There should be as few groups as possible, as long as this does not
contradict any of the previous rules.
3 variable map