Build cleaner Boolean expressions from Karnaugh map inputs. Analyze minterms, don't cares, groups, and reductions. Get faster logic simplification with visual output today instantly.
| Variables | Minterms | Don't Cares | Sample Simplified SOP | Use Case |
|---|---|---|---|---|
| 2 | 1,2,3 | None | A + B | Basic switching logic |
| 3 | 1,3,5,7 | 0 | C | Pattern recognition |
| 4 | 0,2,5,7,8,10,13,15 | 1,9 | B'D' + BD | Digital logic reduction |
Canonical SOP: F = Σm(minterms)
Canonical POS: F = ΠM(maxterms)
Grouping Rule: Adjacent 1s or 0s are grouped in powers of two.
Gray Code Rule: Neighbouring cells differ by one bit only.
Reduction Rule: Variables that change inside a group are eliminated.
Term Construction: Fixed 1 adds a direct literal. Fixed 0 adds a complemented literal for SOP reduction.
It reduces Boolean functions into simpler SOP and POS forms using entered minterms and optional don't care terms. It also shows prime implicants, a Gray code map, and comparison metrics.
This version supports 2, 3, and 4 variable maps. Those sizes cover most classroom, exam, and small digital circuit reduction problems clearly and efficiently.
Yes. You can enter labels like A,B,C,D or X,Y,Z,W. The solver uses your labels while constructing canonical and minimized expressions.
Don't care terms are included during grouping when they help produce larger groups. They are not treated as required ones in the final functional output.
Yes. It derives simplified SOP from grouped ones and simplified POS from grouped zeros, while also listing canonical forms for both representations.
Gray code ensures adjacent cells differ by exactly one bit. That property makes legal grouping possible and supports correct variable elimination during simplification.
The chart compares original term count, minimized term count, original literal count, and minimized literal count. This helps you see complexity reduction quickly.
Yes. It works well for logic design practice, exam preparation, and quick verification of manual simplification steps in combinational circuit problems.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.