DEV Community

Understand Logic and Boolean Algebra with De Morgan's law and Truth tables

paschal on April 20, 2019

Introduction With De Morgan's law and truth tables, we will be able to simplify logical expressions and models, find possibilities and e...
Collapse
 
sayopaul profile image
Sayo Paul

Awesome article ! really nice to see the application of Boolean algebra. However I noticed you made a slight mistake.

//What the universal set contains and B doesn't
B' = {1,4}

For B', I think it's supposed to be B' = {1,2,6} since B = {3,4,5} and U = {1,2,3,4,5,6} .

However I noticed that you used the right values further in your working so it may have been a slight omission.

Collapse
 
obbap profile image
paschal

Hello sayo, thank you very much. I'll correct it. Thank you

Collapse
 
smkeller14 profile image
Sydney

Great article!