Karnaugh map

From Rice Wiki
Revision as of 15:29, 17 April 2024 by Rice (talk | contribs) (Created page with "The '''Karnaugh map (Kmap)''' is a matrix that represent output values of a boolean function. It is primarily used to reduce digital circuits. = Minterm = A '''minterm''' is a term that consists of all inputs, complemented or not. = Matrix = Kmap minimize equations graphically. Each cell represent an input. There cannot be more than one bit change from one column to the next. If there are more variables, multiple is placed for an axis. Note the restriction regarding b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Karnaugh map (Kmap) is a matrix that represent output values of a boolean function. It is primarily used to reduce digital circuits.

Minterm

A minterm is a term that consists of all inputs, complemented or not.

Matrix

Kmap minimize equations graphically. Each cell represent an input. There cannot be more than one bit change from one column to the next.

If there are more variables, multiple is placed for an axis. Note the restriction regarding bit change means that conventional order of inputs is invalid.