Karnaugh Maps
What was the idea in doing simplication? Well, one of the ideas was to try to apply the unification theorem (AB + AB’ = A).
What we’re looking for then are terms that differ only in one variable.
This can be difficult to do when there are many terms and many variables. Let’s try to see if we there is a graphical method that makes it easier.