Karnaugh's Maps Generator
Start writing a boolean function and let the magic happen.
Show Syntax
!a
NOT a
ab
a AND b
a*b
a AND b
a+b
a OR b
a^b
a XOR b
Boolean Function