Abstract

- Use Truth Table to prove if 2 functions equal to each other
- The function above is
xANDyandc
Important
The Product-of-Sums (POS) of
Fis the negated Sum-of-Products (SOP) ofF'.We can get the SOP of
F'using Karnaugh Map which can be obtained by swapping0with1and1with0of theF’s Karnaugh map.
Complement Function
- Given Boolean Function F, the complement is denoted as F’, is obtained by interchanging
1with0&0with1in the function’s output values - An Example
Boolean Duality
- When the AND/OR operators and
0/1values of a Boolean function are interchanged, it remains valid
