Note that X' means not X, the complement of X
- X+0 = X
- X.1 = X
- X+1= 1
- X.0 = X
- X+X = X
- X.X=X
- X+X'=1
- X.X'=0
- X''=X
Other boolean algebra properties.
- Commutative: X+Y = Y+X
- Associative: X+(Y+Z) = (X+Y)+Z
- Distributive: X(Y+Z) = XY + XZ
- DeMorgan's: (X+Y)' = X'+Y'
- X(X+Y)=X
- (X+Y)(X+Y')=X
- X(X'+Y)=XY
2 comments:
your DeMorgans theory is wrong
(X+Y)' = X'+Y'
should be
(X+Y)' = X'.Y'
Very knowledgeable and informative blog.Boolean algebra is one of the most interesting and important algebraic structure which has significant applications in switching circuits, logic and many branches of computer science and engineering.
Post a Comment