Lecture 3
Lecture 3
APPLIED MATHEMATICS
LECTURE-3
Boolean algebra
Boolean Operations and Expressions
• Addition • Multiplication
0+0=0 0*0=0
0+1=1 0*1=0
1+0=1 1*0=0
1+1=1 1*1 =1
Laws of Boolean Algebra
• Commutative Laws
• Associative Laws
• Distributive Law
Laws of Boolean Algebra
• Commutative Law of Addition:
A+B=B+A
• Commutative Law of Multiplication:
A*B=B*A
• Associative Law of Addition:
A + (B + C) = (A + B) + C
• Associative Law of Multiplication:
A * (B * C) = (A * B) * C
• Distributive Law:
A(B + C) = AB + AC
Rules of Boolean Algebra
• Rule 1
OR Truth Table
• Rule 2
OR Truth Table
• Rule 3
OR Truth Table
• Rule 6
OR Truth Table
• Rule 7
XY X Y
• Theorem 2
X Y XY
Remember:
“Break the bar,
change the sign”
A logic circuit showing the development of the Boolean expression
for the output.
A logic circuit showing the development of the Boolean
expression for the output.
Standard Forms of Boolean
Expressions
The sum-of-product (SOP) form
• Example: X = AB + CD + EF