- #1
shamieh
- 539
- 0
Just need someone to check my work. Thank you for your time. First time doing a 5 input Kmap.
Determine the following 5 input Karnaugh map for function f(V,W,Z,Y,Z) determine the minimal SOP equation. NOTE: (WX are the variables associated with the top column, and YZ are the variables associated with the other column horizontally.)
v = 0
v = 1
My Answer: \(\displaystyle vzw + zw\bar{x} +\bar{v}\bar{y}z\bar{w}\)
Determine the following 5 input Karnaugh map for function f(V,W,Z,Y,Z) determine the minimal SOP equation. NOTE: (WX are the variables associated with the top column, and YZ are the variables associated with the other column horizontally.)
YZ|WX | 00 | 01 | 11 | 10 |
00 | 0 | 0 | 0 | 0 |
01 | 1 | 1 | 0 | 1 |
11 | 0 | 0 | 0 | 1 |
10 | 0 | 0 | 0 | 0 |
YZ|WX | 00 | 01 | 11 | 10 |
00 | 0 | 0 | 0 | 0 |
01 | 0 | 0 | 1 | 1 |
11 | 0 | 0 | 1 | 1 |
10 | 0 | 0 | 0 | 0 |
My Answer: \(\displaystyle vzw + zw\bar{x} +\bar{v}\bar{y}z\bar{w}\)