Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karnaugh Maps Introduction:

Karnaugh maps or K-Maps are a method of simplifying Boolean Algebra expressions. The Boolean expressions are first created in a truth table before being transferred onto a K-Map where each cell represents the output for each expression. Basically the original truth table's Canonical Representation. Valid groupings of 1's can form groups together, that can then be reduced by eliminating redudant inputs, for the end result of a simplified expression. Put together, the final result is a optimal expression that uses minimal logic. This is useful in the real world for minimizing the amount of logic gates needed for a circuit to function.

Example:

330px-K-map_6,8,9,10,11,12,13,14_anti-race svg

K-Map Solver

Instead of having to create and simplify the groups manually, K-Map Solver provides a fast a quick way to get a simplified expression from a truth table. Simply plug in the points and press solve.

Notes:

Default config has AB on x-axis and CD on y-axis

Uppercase letters = input

Lowercase letters = not input

Example: 0110 >>> aBCd

Screenshots:

K-Map-screenshot1-png

K-Map-screenshot2-png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages