summaryrefslogtreecommitdiff
path: root/3860/CH3/EX3.7/Ex3_7.txt
blob: 8665012003370ffc63117a8a1036fb1dc6bcaa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
 
 f = a'b'c + a'bc' + a'bc + ab'c'

 The mapping is shown below

       A'B'  A'B  AB  AB'

 C'     1    1    -    1

 C      -    1    -    -

 f = a'b + b'c'