Simplify the following boolean function, using three variable maps:
F(x, y, z)= Σ(0,1, 2, 3, 7)
The Boolean Function F(x, y, z)= Σ(0,1, 2, 3, 7)) can be expressed as a three-variable map as follows:
From Group 1, we obtain product term, xy
From Group 2, we obtain product term z
= x 1y 1z1 + x 1y z1 + x y1z + x y z1
We can illustrate this as captured below:
From this we generate the expression: x 1y 1 +z1
Comments
Leave a comment