I have this boolean expression: F1 = a1'a2' + a1a2'.
Could it be reduced even more?
|
I have this boolean expression: Could it be reduced even more? |
|||||||||
|
|
Yes, factor out the If you don't, post a comment and I can help further. When you factor out The statement In general, the tools for reducing logic expressions that I know of are algebraic manipulation (deMorgan's Laws, distributive property, etc.), Karnaugh Maps, and the Quine McCluskey Algorithm. |
|||||||||||
|