Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Minterm & Maxterm

Minterms: Maxterms:
 If the variable value is “0”, take  If the variable value is “0”, take
complement form of the variable. true form of the variable.
 If the variable value is “1”, take  If the variable value is “1”, take
true form of the variable. complement form of the variable.
 Use “ ” operator between the  Use “+”operator between the
variables. variables.
x  y  xy x y
 Generally Minterms are used for  Generally Maxterms are used for
function which gives logical high function which gives logical low
output i.e “1” output i.e “0”
Minterms and Maxterms
Find out Minterms and Maxterms for
the functions shown in the Table

Minterms:

Sum of Product (SOP)


Maxterms:

Product of Sum (POS)


Canonical form
Boolean functions expressed as a sum of minterms or
product of maxterms are said to be in canonical form

Example:

 f 1( x, y, z )   m(1, 4,7)

(or)

 f 1( x, y, z )   M (0, 2,3,5,6)

You might also like