DLD 1
DLD 1
2. Canonical Maxterm.
Minterm:
Step 1:
A,B,C are the inputs and F is the output. To write
the Minterm consider the rows which has the
output F=1. In the above truth table m1, m3, m5,
m7 have outputs ‘1’. The input which has the value
‘1’ is written as such and the input which has the
value ‘0’ is complimented.
Step 2:
Or it can be written as
f(A,B,C)= ∑m(1,3,5,7)
Maxterm:
Step 1:
Step 2:
f= (A+B+C).(A+B'+C).(A'+B+C).(A'+B'+C)
f(A,B,C)= M0+M2+M4+M6
Or f(A,B,C)=πM (0,2,4,6)
Problem 1:
F= A(B+B')(C+C')+BC(A+A')
F= ABC+ABC'+AB'C+ABC'+AB'C'+ABC+A'BC
F= 111+110+101+100+011
F= m7+m6+m5+m4+m3
F=∑m(3,4,5,6,7)
Problem 2:
Express the Boolean function F=A+BC as Maxterms
F=A+(BC)
F= (A+B+CC').(A+C+BB')
F= (A+B+C).(A+B+C').(A+C+B).(A+C+B')
F= (A+B+C).(A+B+C').( A+B'+C)
F=(0+0+0).(0+0+1).(0+1+0)
F= M0.M1.M2
F= πM(0,1,2)