The compliment of the function expressed in terms of sum of min terms can be obtained by taking sum of missing min terms in the original functions e.g. f= ∑(4, 5, 7) = m7 + m5 + m4 Its compliment is f’ = ∑(0, 1, 2, 3, 6) = m0 + m1 + m2 + m3 + m6 The compliment […]
Tag: canonical
Boolean Equations: Different forms
Standard form: In a standard form we don’t have to compulsorily write all the literals in all the terms of an expression. e.g. f = xyz + y + x f = x’y’z’ + x’yz f= xy + x’y’ Canonical form: In a canonical form we have to compulsorily write all the literals in all the terms […]