"Use a K-map to simplyfy (all possible cases)"
F(A,B,C,D) = ∏(1,5,6,7,9,11,15)⋅D(5,7,10,12)
Specifically, at outputs 5 and 7, how should I interpret them in the Karnaugh map?
I searched up information about this specific problem yet found nothing
"Use a K-map to simplyfy (all possible cases)"
F(A,B,C,D) = ∏(1,5,6,7,9,11,15)⋅D(5,7,10,12)
Specifically, at outputs 5 and 7, how should I interpret them in the Karnaugh map?
I searched up information about this specific problem yet found nothing
Maxterm
5can be translated to the expressionInverting all inputs yields value
0forA and !B and C and !DSimilarly, maxterm
7is expressed asThis results in value
0forA and !B and !C and !DYour example is described by the following truth table:
A don't care condition turns
1intoX.0remains0, because anANDresults in0if at least one input is0.Depicted as a Karnaugh-Veitch map:
