Computer Science
Reduce the following boolean functions with the help of Karnaugh's map:
F(U, V, W, Z)=Σ(0, 1, 2, 3, 12, 13, 14, 15)
Boolean Algebra
2 Likes
Answer
From Quad (0,1,3,2):
Rows representing the quad: U'V'
Columns representing the quad: 1 (Both variables W and Z are in opposite form. Hence, they get cancelled.)
Term Obtained = U'V'
From quad (12,13,15,14):
Rows representing the quad: UV
Columns representing the quad: 1 (Both variables W and Z are in opposite form. Hence, they get cancelled.)
Term Obtained = UV
Simplified expression = UV + U'V'
Answered By
1 Like
Related Questions
State the two Idempotent laws of boolean algebra. Verify any one of them using the truth table.
Prove the following Demorgan's laws using laws of boolean algebra:
(a) (A + B)' = A'.B'
(b) (A.B)' = A' + B'Obtain a simplified expression for the given boolean function using Karnaugh's map:
F (a, b, c, d) = Σ(1, 2, 3, 11, 12, 14, 15)Given: F(x, y, z)=Σ(1, 4, 5, 6, 7).
Prove that: F(x, y, z)=π(0, 2, 3).