retagged by
2,548 views

1 Answer

2 votes
2 votes

DUAL: if  you change

           (1) OR <-----> AND

             (2) 0<-------->1 

Demorgan's law :         

           (1)OR <-----> AND

            (2) 0<-------->1          
            (3)  literal's is complimented

ie dual property is subset of Demorgan's property.

example

let exp is   v + ∼u (x+y∼z)

(∼ means NOT operator)

dual : v.(∼u+(x.(y+∼z)))

for Demorgan's just the compliment the literals of DUAL expn

 Demorgan's : ∼v.(u+(∼x.(∼y+z)))

edited by

Related questions

0 votes
0 votes
2 answers
2
0 votes
0 votes
0 answers
3
iita asked Dec 21, 2016
337 views
I need to understand step by step evaluation for this...??