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.
💡
Help us improve!
How would you rate the Karnaugh Map Calculator?
Editorial Note
MyCalcBuddy Editorial Team
This page is maintained as an educational calculator reference.
📚
Formula Source: Handbook of Mathematical Functions
by Abramowitz & Stegun
🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.