Section 4.1.2 shows Shannons expansion in sum-of-products form. Using the principle of duality, derive the equivalent expression

Question:

Section 4.1.2 shows Shannon’s expansion in sum-of-products form. Using the principle of duality, derive the equivalent expression in product-of-sums form.


Section 4.1.2

Figures 4.6 through 4.9 illustrate how truth tables can be interpreted to implement logic  functions using multiplexers. In each case the inputs to the multiplexers are the constants 0 and 1, or some variable or its complement. Besides using such simple inputs, it is possible to connect more complex circuits as inputs to a multiplexer, allowing functions to be synthesized using a combination of multiplexers and other logic gates. Suppose that we  want to implement the three-input majority function in Figure 4.7 using a 2-to-1 multiplexer in this way. Figure 4.10 shows an intuitive way of realizing this function. The truth table can be modified as shown on the right. If w= 0, then f = w2w3, and if w= 1, then f = w2 + w3. Using was the select input for a 2-to-1 multiplexer leads to the circuit in Figure 4.10b.
This implementation can be derived using algebraic manipulation as follows. The function in Figure 4.10a is expressed in sum-of-products form as

f = w1w2w+ w1w2w3 + w1w2w3 + w1w2w3
It can be manipulated into
f = w1(w2w3) + w1(w2w3 + w2w3 + w2w3)
= w1(w2w3) + w1(w+ w3)

which corresponds to the circuit in Figure 4.10b.

Multiplexer implementations of logic functions require that a given function be decomposed in terms of the variables that are used as the select inputs. This can be accomplished by means of a theorem proposed by Claude Shannon [1].

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: