SOP and POS Calculator
Convert Boolean expressions to Sum of Products (SOP) and Product of Sums (POS) canonical forms. Get minterms (Σm) and maxterms (ΠM) notation with circuit visualization.
Enter Boolean Expression
Operators: + (OR), · or implicit (AND), ' (NOT),
⊕ or ^ (XOR)
What is SOP/POS?
SOP (Sum of Products):
OR of AND terms. Each minterm is a product of all variables.
Σm(0,1,3) = A'B' + A'B + AB
POS (Product of Sums):
AND of OR terms. Each maxterm is a sum of all variables.
ΠM(2) = (A' + B)