MHB Given a K map, minimize the Product of Sums

  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Map Product Sums
AI Thread Summary
The discussion focuses on minimizing a Sum of Products equation using a Karnaugh map (K map). Participants review and correct each other's answers, ultimately agreeing that the shortest expression is \bar{w}\bar{y}+xy\bar{z}+w\bar{x}y. One user acknowledges their mistake in grouping terms. The conversation highlights the importance of accurate grouping in K map simplifications.
shamieh
Messages
538
Reaction score
0
Awesome thanks.. Mind checking this as well?

Minimize Sum of Products equation given the following K map.

My Answer: $$\bar{y} \bar{w} + wx + y\bar{z}w + yw\bar{x} $$
View attachment 1415
 

Attachments

  • photo.JPG
    photo.JPG
    29.7 KB · Views: 86
Technology news on Phys.org
Shouldn't that be $\bar y \bar w+\mathbf{\bar{w}x} + y \bar z w+yw\bar x$
 
BAdhi said:
Shouldn't that be $\bar y \bar w+\mathbf{\bar{w}x} + y \bar z w+yw\bar x$
Yes, but $\bar{w}\bar{y}+xy\bar{z}+w\bar{x}y$ is shorter.
 
Ahh I see. The correct answer is the 3 term answer provided by Evgeny..Looks like I was grouping wrong, or unnecessarilly. Thanks guys.

Sham
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top