Boolean Algebra

  • image3
  • De Morgan’s Laws
    • States that:
      • image4
    • One way to remember De Morgan is to change everything about the state of the expression (the order is not important)
      • Logical connectives must be changed (AND to OR, OR to AND)
      • Each input’s (variable’s) state must be changed (Ā to A, A to Ā)
      • The whole expression’s state must be changed
      • image5
    • De Morgan’s Laws allow us to construct logic circuits using only NAND or NOR gates.
    • De Morgan’s Law works across n inputs
      • image6
    • With multiple terms, you can perform De Morgan’s Law only to specific terms if you wish
      • g. image7
    • image8