22,569 views

2 Answers

1 votes
1 votes
Exclusive OR

A Ex-OR B = A'B + AB'

Dual of a function: Change the OR to AND and OR to AND operation.

dual = (A'+B)(A+B')

compliment = (A'B+AB')'

(A'B)'(AB')'

(A+B')(A'+B)

which shows compliment and dual of EX-OR are equal.
1 votes
1 votes

A XOR B = A'B + AB'

(A XOR B)' = AB + A'B' ......(1)

In dual we replace AND with OR and OR with AND.

Dual of (A XOR B) = (A'+B) (A+B') = A'A +A'B' +AB+BB' = AB + A'B'..... (2)

from (1) and (2)

Dual of XOR = Complement of XOR

Related questions

1 votes
1 votes
3 answers
3
hem chandra joshi asked Oct 28, 2017
7,689 views
Let I take n=8 ,or 7. Can any one illustrate me this defination clearly .