| New Reply |
duality of boolean expression |
Share Thread |
| Nov19-12, 05:22 AM | #1 |
|
|
duality of boolean expression
Can somebody check if I answer them right?
Write the dual of the following boolean expressions: 1.x(y+ z)+z = x'+(yz')+z 2.x(y+ z)y = x+(y'z')+y' 3.xy+ yz+xz = (x+y)(y+z)'(x+z) |
| Nov19-12, 05:41 AM | #2 |
|
Recognitions:
|
|
| Nov19-12, 05:57 AM | #3 |
|
|
|
| Nov19-12, 06:05 AM | #4 |
|
Recognitions:
|
duality of boolean expressionexpression such as (y+z)' Can you think of a way to confirm that you are applying that rule correctly? |
| Nov19-12, 06:11 AM | #5 |
|
|
|
| Nov19-12, 06:27 AM | #6 |
|
Recognitions:
|
Check expression #2.
|
| Nov19-12, 06:41 AM | #7 |
|
|
|
| Nov19-12, 07:02 AM | #8 |
|
Recognitions:
|
You really can't use an equals sign here: x(y+ z)+z = x'+(yz')+z because the two expression are NOT equal, nor are they meant to be equal. Perhaps type it as: x(y+ z)+z → x'+(yz')+z Or, even clearer: (x(y+ z)+z)D = x'+(yz')+z so long as the reader is clear on what the superscript D denotes.
|
| Nov19-12, 07:07 AM | #9 |
|
|
|
| Nov19-12, 07:42 AM | #10 |
|
Recognitions:
|
I think you'll find duality is of limited usefulness to you (except for answering exam questions). But where it can be applied is if someone goes to all the trouble of simplifying a complex Boolean expression to something equivalent, then, without any further mathematical effort, you can take their result and simply swap AND ↔ OR (and also swap constants 1 ↔ 0 ) and you'll arrive at another equation which you can with certainty say is also correct and justifying it by citing the principle of duality in Boolean algebra.. e.g., if I tell you that (a + b)' = a' . b' then without even understanding what it says you can write its DUAL and be confident that it also is a correct and valid Boolean equation, i.e., (a . b)' = a' + b' Well, that's my understanding anyway. ![]() Now, back to the problem at hand. I'd say unless you have been told to remove the complement outside the parentheses, you may as well leave it there, e.g., ( x.(y+ z) y )D = x + (y . z)' + y' Have you been told you should remove the tick outside parentheses? Of course, if you want to remove it then apply De Morgan's theorem, as always. |
| New Reply |
Similar discussions for: duality of boolean expression
|
||||
| Thread | Forum | Replies | ||
| Simplifying a boolean expression | Calculus & Beyond Homework | 0 | ||
| simplify this boolean expression | Engineering, Comp Sci, & Technology Homework | 5 | ||
| Simplify boolean expression | Engineering, Comp Sci, & Technology Homework | 1 | ||
| Boolean Expression Proofs | Engineering, Comp Sci, & Technology Homework | 0 | ||