Canonical and Standard Forms
Canonical and Standard Forms
BOOLEAN EXPRESSIONS
Boolean Algebra
Canonical and Standard Forms
F (A,B,C) = (3,5,6)
= m3 + m5 + m6
= A′BC + AB′C + ABC′
where Σ (3,5,6) represents the summation of
minterms corresponding to decimal codes 3, 5, and 6.
MINTERM
The canonical sum of products form of a logic function can be
obtained by using the following procedure:
1. Check each term in the given logic function. Retain if it is a
minterm, continue to examine the next term in the same
manner.
2. Examine for the variables that are missing in each product
which is not a minterm. If the missing variable in the minterm
is X, multiply that minterm with (X+X′).
3. Multiply all the products and discard the redundant terms.
MINTERM
F (A, B) = A + B
= A.1 + B.1
= A (B + B′) + B (A + A′)
= AB + AB′ + AB + A′B (as AB + AB = AB)
= AB + AB′ + A′B
Hence the canonical sum of the product expression of
the given function is F (A, B) = AB + AB′ + A′B.
MINTERM
F (A, B, C) = A + BC
= A (B + B′) (C + C′) + BC (A + A′)
= (AB + AB′) (C + C′) + ABC + A′BC
= ABC + AB′C + ABC′ + AB′C′ + ABC + A′BC
= ABC + AB′C + ABC′ + AB′C′ + A′BC
(as ABC + ABC = ABC)
F (A,B,C) = Π (0,2,5)
= M0 M2 M5
= (A + B + C) (A + B′ + C) (A′ + B + C′)
= (A + B′ + C) (A + B′ + C′) (A + B + C)
[as (A + B′ + C) (A + B′ + C) = A + B′ + C]