Algebraic Manipulation
- Boolean algebra is a useful tool for simplifying digital circuits.
- Why do it? Simpler is cheaper and smaller.
- Example: Simplify F= x’yz + x’yz’ + xz.
F =
x’yz + x’yz’ + xz = x’y(z+z’) + xz =
x’y•1 + xz = x’y + xz
- Example: Prove x’y’z’ + x’yz’ + xyz’ = x’z’ + yz’
Equal term has been added: if any term (equal to an already existing term) is being added, total value of the expression is not changed
QED
No comments:
Post a Comment