Boolean Algebra - Laws and Rules of Boolean Algebra
Boolean Algebra - Laws and Rules of Boolean Algebra
Claude Shannon was the first to apply Boole’s work to the analysis
and design of logic circuits. In 1938, Shannon wrote a thesis at MIT
titled A Symbolic Analysis of Relay and Switching Circuits.
Boolean Algebra - Boolean Operations and Expressions
Boolean algebra is the mathematics of digital logic
A variable is a symbol (usually an italic uppercase letter or word) used to represent an action, a condition, or
data. Any single variable can have only a 1 or a 0 value.
The complement is the inverse of a variable and is indicated by a bar over the variable (overbar). The
complement of the variable A is read as “not A” or “A bar.”
AB = BA
Laws Boolean Algebra - Associative Laws
The associative law of addition is written as follows for three variables:
A + (B + C) = (A + B) + C
A(BC) = (AB)C
Laws Boolean Algebra - Distributive Law
The distributive law is written for three variables as follows:
A(B + C) = AB + AC
Boolean Algebra - Rules of Boolean Algebra
Boolean Algebra - Boolean Operations and Expressions
Boolean Algebra - DeMorgan’s Theorems
DeMorgan’s theorems provide mathematical verification of the equivalency of the NAND and
negative-OR gates and the equivalency of the NOR and negative-AND gates,
The approach uses the basic laws, rules, and theorems of Boolean algebra to manipulate and
simplify an expression.
This method depends on a thorough knowledge of Boolean algebra and considerable practice in
its application, not to mention a little ingenuity and cleverness.
Simplification means fewer gates for the same function.
Boolean Expression for a Logic Circuit
Using Boolean algebra techniques, simplify this expression:
AB + A(B + C) + B(B + C)
Logic Simplification Using Boolean Algebra
Answer