Sum of Products with Karnaugh Map

  • Context:
  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Map Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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}$$
 
Physics news on Phys.org
Looks good to me.