edited by
4,791 views

4 Answers

Best answer
3 votes
3 votes

A Self dual function is a function such that$f=f^D$

option D). $f=\Sigma_m(1,2,4,7)$

$F= A'B'C+A'BC'+AB'C'+ABC = (A'B'+AB).C+(A'B+AB').C'$

$= \overline{(A\oplus B)}.C+(A\oplus B).\overline{C}= (A\oplus B)\oplus C$

Now its dual (Dual is obtained by complementing the input variables and then by complementing the function)

$f^D= ((AB+A'B')C'+(AB'+A'B)C)'$
$= ((A\oplus B)'C'+(A\oplus B)C)' =\overline{((A\oplus B)\odot C)}$

$=(A\oplus B)\oplus C$

selected by
8 votes
8 votes
There are two conditions for Self Dual fn->

1.must be neutral fn(number of maxterm=number of minterm)

2.no two mutually exclusive term should be present(for three variable(0,7)both should not be present)

now here 1st condition is satisfied ..so checking 2nd condition

A-> minterms 3 and 4 both are present and are ME(sum is 7) so not a self dual function

B->minterms 0 and 7 are present so no SD fn

C->minterms 2 and 5 are present so again no SD fn

D->no ME terms are present

so option D is correct..
3 votes
3 votes
Here is the simple answer " A function cannot be self-dual if dual pair exist in it"

What are dual pairs

000 (0)->111(7)   0 and 7 are dual pair

001(1)->110(6)    1 and 6 are a dual pair

010(2)->101(5)    2 and 5 are a dual pair

011(3)->100(4)   3 and 4 are a dual pair

so option A has (3,4) as a pair so it cannot be self-dual

B has (0,7) as a pair so it cannot be self-dual

C has (2,5) as a pair so it cannot be self-dual

D has no such dual pair so as a pair so it is self-dual

 

To generalize it we can say that in an 'n' variable function there should not be a pair whose sum is = 2$^{n}$-1

eg 0+7= 7, 1+6=7, 2+5=7, 3+4=7
0 votes
0 votes
A function can be recognized that weather it is self dual or not by following two conditions:-

1>   IT should have 2^(n-1) min terms ..................... where n = no. of terms in the fn

              eg.    f(x,y,z)= summation (1,2,4,7) .........................here n = 3................as  no. of terms are x y z so

                       2^(3-1)=4 which is our no. minterms in fn

2>  If  mi is the corresponding mean term in the fn

     then    m((2^n-1)-i) should not belong to our fn

          eg.      in above example f(x,y,z)=summation(1,2,4,7)  

                                                m1 is present and our i=1 and from above n =3

                                 so by rule 2

                        m((2^3-1)-1)=m6 which do not belong to our f ......... similarly check for 2,4,7

if any os the above rule fails then it is not self dual

.

.

.

hope u got this

Related questions

0 votes
0 votes
2 answers
1
Wanted asked Jan 5, 2017
691 views
5 votes
5 votes
1 answer
3
0 votes
0 votes
2 answers
4
Lakshman Bhaiya asked Oct 6, 2018
1,525 views
Number of self-dual binary functions with 4 variables are:$A) 16$$B) 64$$C) 256$$D) 512$