MHB Product of Sums Minimization KMap (Problem #2)

AI Thread Summary
The discussion centers around verifying the minimal Product of Sums (POS) equation derived from a Karnaugh Map. The original poster presents their equation as (\bar{z})(\bar{y} + w + \bar{x}) and questions the correctness of their grouping, particularly whether to include the bottom left 0 and D in their group of 8. They note that the Karnaugh Map image should be rotated 90 degrees clockwise for proper orientation. The context is clarified as a practice exam, not graded, and the instructor encourages seeking help, including online resources. The conversation emphasizes the importance of academic honesty while discussing the use of tools like table functions for solving the problem.
shamieh
Messages
538
Reaction score
0
Write out the minimal Product of Sums (POS) equation with the following Karnaugh Map. Just need someone to check my work please. I am questioning my self on my grouping. Did I group correctly or should I have grouped the bottom left 0 and D versus the 0 in the group of 8? Thanks for your time.

My Answer: $$(\bar{z})(\bar{y} + w + \bar{x})$$
View attachment 1417
 

Attachments

  • photo(1).JPG
    photo(1).JPG
    32.8 KB · Views: 89
Technology news on Phys.org
Just to let you know, at least for me, the image should be rotated 90 degrees clockwise to be oriented correctly. :D

In fact, it might be easier to just use the table functions on our toolbar:

[TABLE="class: grid, width: 250"]
[TR]
[TD]YZ
[/TD]
[TD]00
[/TD]
[TD]01
[/TD]
[TD]11
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]00
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]01
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]0
[/TD]
[TD]d
[/TD]
[TD]d
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]d
[/TD]
[TD]0
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[/TABLE]

I see that 5 points are associated with this problem in the image...is this part of a graded assignment? If so, has your instructor given you permission to seek outside help with it?
 
MarkFL said:
Just to let you know, at least for me, the image should be rotated 90 degrees clockwise to be oriented correctly. :D

LOL hahahaha:D:D

No it's not a graded assignment. It's a "practice exam" just to give us something to look at before the real Exam which isn't until Wednesday. Thus the "5pts etc" next to the questions, it was one of his real exams from last year. Oh of course, he encourages us to seek help. He literally told us in class the other day to look for help on Google lol.
 
shamieh said:
LOL hahahaha:D:D

No it's not a graded assignment. It's a "practice exam" just to give us something to look at before the real Exam which isn't until Wednesday. Thus the "5pts etc" next to the questions, it was one of his real exams from last year. Oh of course, he encourages us to seek help. He literally told us in class the other day to look for help on Google lol.

Okay, thank you for letting me know...we value academic honesty very highly here, and so it is my duty to ask. :D
 
Good to know about the table feature. Lol(Clapping)
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...

Similar threads

Replies
3
Views
3K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
4K
Replies
6
Views
3K
Back
Top