Title: Jung H. Kim Chapter 23 1
1SYEN 3330Digital Systems
2Boolean Operator Precedence
3Review Duality Principle
4Duality In Proofs
5Useful Theorems
6Proof of Simplification
7Proof of Concensus
8Proof of DeMorgans Law
9Boolean Function Evaluation
10Expression Simplification
- Simplify to contain the smallest number of
literals (complemented and uncomplemented
variables)
11Complementing Functions
- This generate a lot of terms. You might want to
simplify the expression first.
12Canonical Forms
- It is useful to specify Boolean functions of n
variables in a manner that is easy to compare. - Two such Canonical Forms are in common usage
- Sum of Minterms
- Product of Maxterms
13Minterms
14Maxterms
15Maxterms and Minterms
The index above is important for describing which
variables in the terms are true and which are
complemented.
16Standard Order
17Purpose of the Index
- The index for the minterm or maxterm, expressed
as a binary number, is used to determine whether
the variable is shown in the true form or
complemented form.
18Index Example in Three Variables
19Four Variables, Index 0-7
20Four Variables, Index 8-15
21Minterm and Maxterm Relationship
22Function Tables for Both
Minterms of two variables
Maxterms of two variables
23Observations
24Minterm Function Example
25Minterm Function Example
- F(A, B, C, D, E) m2 m9 m17 m23
26Maxterm Function Example
27Maxterm Function Example
28Cannonical Sum of Minterms
29Another SOM Example
30Shorthand SOM Form
Note that we explicitly show the standard
variables in order and drop the m designators.
31Canonical Product of Maxterms
32Product of Maxterm Example
33Function Complements
Then
Or alternately
34Conversion Between Forms
35Review of Canonical Forms
36Review Indices
37Forms of Terms, Complements
38Review Sum of Minterms Form
39Review Product of Maxterms
40Review Complements, Conversions