Re: Module 1 - Discussion Topic 1 - Karnaugh Maps
Author: Theresa Lynn Ford
This includes SOP and POS. The attachment contains a dynamic circuit diagram in Excel. I realize this is beyond the scope of the assignment but I wanted to make sure I understood the topic.
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
F = a'b'c'd' + a'b'cd' + a'bc'd + a'bcd + ab'c'd' + ab'cd' = a'(b'c'd' + b'cd' + bc'd + bcd) + a(b'c'd' + b'cd') = a'(b'(c'd' + cd') + b(c'd + cd)) + a(b'(c'd' + cd')) = a'(b'(d'(c' + c)) + b(d(c' + c))) + a(b'(d'(c' + c))) = a'b'd' + bd + ab'd' = a'b'd' + ab'd' + bd = b'(a'd' + ad') + bd = b'(d'(a' + a)) + bd = b'd' + bd |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
* POS is wrong above:
F' = b'd + bd'
F = (b'd)'(bd')'
F = (b + d')(b' + d)