MHB Sum of Products with Karnaugh Map

  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Map Sum
shamieh
Messages
538
Reaction score
0
Write out the minimal Sum of Products(SOP) equation given the following Karnaugh Map.

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

Need someone to check my answer.

My answer: $$yzw + \bar{y}\bar{z} + \bar{y}\bar{w}$$
 
Technology news on Phys.org
Looks good to me.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

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