A literal is a variable or a complemented variable in Boolean algebra. A fundamental product or fundamental sum is a literal of a product or sum of two or more literals in which no two literals involve in the same variable. With the help of fundamental product or fundamental sum representing any Boolean known as Canonical form.
In a Boolean algebra, a Boolean function that is composed of standard logical operators can be expressed in a canonical form using the dual concepts of a minterms and maxterms.
In Boolean algebra, any Boolean function can be expressed in a canonical form using the dual concepts of minterms and maxterms. All logical functions are expressible in canonical form, both as a "sum of minterms" and as a "product of maxterms". This allows for greater analysis into the simplification of these functions, which is of great importance in the minimization of digital circuits.
A Boolean function expressed as a (OR) of minterms is commonly known as a "sum of products" or "SoP". Thus it is a disjunctive normal form in which only minterms are allowed as summands. Its De Morgan dual is a "product of sums" or "PoS" , which is a function expressed as a (AND) of maxterms.
Canonical and Standard forms
Boolean functions are commonly expressed using the following forms:
- Canonical forms:
- Sum of minterms
- Product of maxterms
- Standard forms:
- Sum of products
- Product of sums
Represented as a sum of minterms only : f = Σ(minterms)
Represented as a product of maxterms only : f= π(maxterms)
Mineterm : A minterm is a special product of literals, in which each input variable appears exactly once. A sum of minterms corresponding to the input combination of the truth table for which the function produces a “1” output.
Maxterm : A maxterm is a sum of literals, in which each input variable appears exactly once. A product of maxterms corresponding to the input combination of the truth table for which the function produces a “0” output.
Karnaugh Map is developed by Maurice Karnaugh, an electrical engineer at Bell Labs, USA. Karnaugh Map is a Row and Column representation of a Boolean expression to reduce a term.
Pair: A pair is a group of two’s may be horizontally, vertically adjacent or end-to-end in the same row or column. The end-to-end 1’s are obtained by rolling a map.
Quad: A quad is a group of four's may be horizontally, vertically adjacent or end-to-end in the same row or column. The end-to-end 1’s are obtained by rolling a map.
Octet : A octet is a group of eight’s may be horizontally, vertically adjacent or end-to-end in the same row or column.
Overlapping Groups : If two or more groups use the same 1’s, such groups are called overlapping groups.
Redundant Groups : A redundant group whose 1’s are already used by other groups.
Rules for grouping :
- Groups only contain only 1’s for SOP and 0's for POS.
- No diagonals.
- Only power of 2 number of cells in each group.
- Groups should be as large as possible.
- Every one must be in at least one group.
- Groups can overlap.
- Wrap around allowed.
- Fewest number of groups possible.
- Use don’t care conditions when you can and if given but group cannot made out of only don’t care conditions.
Truth Table for three literals
| ||||
x | y | z | minterms (SoP) | maxterm(PoS) |
0 | 0 | 0 | x'y'z' | xyz |
0 | 0 | 1 | x'y'z | xyz' |
0 | 1 | 0 | x'yz' | xy'z |
0 | 1 | 1 | x'yz | xy'z' |
1 | 0 | 0 | xy'z' | x'yz |
1 | 0 | 1 | xy'z | x'yz' |
1 | 1 | 0 | xyz' | x'y'z |
Rules : How to group in Karnaugh Map
Grouping Rules (Two Literals)
| |
| |
Grouping Rules (Three Literals)
| |
| |
Grouping Rules &
| Map Rolling |
| |
Grouping Rules | |
| |
Next time I will give some solved problems for minterms and maxterms. Also for my engineering student I will give some tips for solving the same with Quine & Mclusky methods also known as Tabulation Methods.
!!!Wish you enjoying your winter with a support of a few extra warm clothes, A Merry X'Mas and wish a Wonderful New year.!!!
No comments:
Post a Comment