Fork me on GitHub

Digital Logic Simplification

This page generates a Boolean expression from a truth table using the Quine-McCluskey algorithm. The results are the same as what you would get from a Karnaugh Map, but it works for more than 4 variables.

Modify


More than 10 variables can take a long time!


AND is implicit , OR is + , NOT is ^ or ! , example: A(B+^C)
(If the results are incorrect, send me your expression and the debugging expression.)
(Debug: )

Analyze

Debug

Send feedback