English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do you show the out put of the exclusive OR (XOR) is Y = (((AB)' * B)' * ((AB)' *A)')'

2007-03-11 12:14:10 · 3 answers · asked by Fred 1 in Science & Mathematics Mathematics

3 answers

Also, it's just a four-row truth table. Check all possible values of (A,B) and see that the output matches XOR.

2007-03-11 16:55:50 · answer #1 · answered by brashion 5 · 0 0

Simplify Y = (((AB)' * B)' * ((AB)' *A)')' to prove that it is indeed an XOR expression, using distributive method.

For exclusive OR(XOR)...
Y = (A * B') + (A' * B)

So you have to invert your expression and change your operators. * become +, and + become *, etc.

2007-03-13 11:21:24 · answer #2 · answered by joshnya68 4 · 0 0

Y = (A ^ ~B) | (~A ^ B)

^ = AND
~ = NOT

2007-03-11 20:17:20 · answer #3 · answered by Dave 6 · 0 0

fedest.com, questions and answers