Karnaugh Map Calculator
Create and simplify Karnaugh maps (K-maps) for boolean function minimization.
K-Map Configuration
Click cells to toggle values (0/1)
A
B
| 0 | 1 | |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
Simplified Expression
0
Minterms (1s)
None
Maxterms (0s)
0, 1, 2, 3
Canonical Forms
SOP (Sum of Products):
0
POS (Product of Sums):
ΠM(0, 1, 2, 3)
About Karnaugh Maps
What is a K-Map?
A Karnaugh map is a graphical method to simplify boolean algebra expressions. It helps minimize logic functions by visually grouping adjacent cells.
How to Use
Click on cells to toggle between 0 and 1. Group adjacent 1s in powers of 2 (1, 2, 4, 8) to find the simplified expression.