References: Unit 5 — Karnaugh Maps
- Karnaugh map — Wikipedia — Comprehensive guide to K-map theory including grouping rules, Gray code ordering, and simplification techniques for 2-6 variable functions. Essential reference for visual Boolean minimization.
- Prime implicant — Wikipedia — Detailed explanation of implicants, prime implicants, and essential prime implicants with formal definitions. Critical for understanding optimal grouping in K-maps.
- Gray code — Wikipedia — Overview of Gray code properties and why it's used in K-map labeling to ensure adjacent cells differ by one variable. Explains the mathematical basis for K-map adjacency.
- Digital Design (6th Edition) — M. Morris Mano, Michael D. Ciletti — Pearson — Chapter 4 provides extensive K-map coverage with systematic approaches to finding minimal SOP and POS expressions including don't care handling.
- Fundamentals of Logic Design (7th Edition) — Charles H. Roth Jr., Larry L. Kinney — Cengage — Chapter 5 covers K-maps thoroughly with numerous worked examples for 2, 3, 4, and 5 variable functions.
- Karnaugh Map Tutorial — Electronics Tutorials — Interactive K-map tutorial with step-by-step grouping examples for SOP simplification including wraparound and corner grouping.
- K-Map Simplification — All About Circuits — Comprehensive guide to K-map techniques covering group sizes, overlapping groups, and finding all prime implicants.
- 4-Variable K-Map Examples — GeeksforGeeks — Collection of 4-variable K-map problems with solutions demonstrating various grouping patterns and edge cases.
- K-Map with Don't Cares — All About Circuits — Guide to handling don't care conditions in K-maps with examples showing how to exploit them for simpler expressions.
- K-Map Solver — Charlie Coleman — Interactive K-map tool for 2-4 variables that shows groupings and generates minimized expressions, useful for checking manual work.