In: Computer Science
What are the limitations of Karnaugh Maps? Explain with an example
The Karnaugh Maps (K-map) is the method to simplify the boolean expression. Using K-map we can minimize two to four variables expression.
There are few limitations of K-map which are as follows :-
- It is difficult to simplify boolean expression when number of variable greater than five.
-We have to take care while filling cells in K-map with 0, 1 or don't are value because if we do any mistake in filling these cells we might not get the expected output.
-K-maps are suitable for computer reduction.
For better explanation of these points please refer to the attached documant.
-