Originally posted by: dighn
i believe they used a k-map simplification. it can be done algebraicly but i dont think you'd wnt to...
basically it involves padding each term so every term has 4 variables in them. you end up with 16 terms of 4 variables then you start the factoring and stuff. kmap does it graphically
Originally posted by: RichieZZZZ
Originally posted by: dighn
i believe they used a k-map simplification. it can be done algebraicly but i dont think you'd wnt to...
basically it involves padding each term so every term has 4 variables in them. you end up with 16 terms of 4 variables then you start the factoring and stuff. kmap does it graphically
We learn Karnaugh maps next week, this is supposed to be done algebraicly
Originally posted by: TuxDave
I believe it's because the C' will encompass all terms with C' in it, l
Originally posted by: TuxDave
I believe it's because the C' will encompass all terms with C' in it, like: ABC'D' or A'B'C'D', the same goes with the A' encompassing all other terms. So all other terms with C' goes away. You can see this by this example:
C' + ABC'D' = (1)*C' + ABC'D' = C'(1+ABD') = C'
Originally posted by: RichieZZZZ
2(ABCD) + !A + !C + !A!B!C!D
isn't this only 5 terms?
there are six terms:
!A + !C + ABCD + AB!C!D + !A!B!C!D + !A!BCD