513 views
0 votes
0 votes

Please verify my approach for calculation the minimal POS form for a function f.

STEPS:

  1. Find out the f' in sum of minterms.
  2. Minimize f' and find out minimal SOP form.
  3. Using DeMorgan's law, find out f. The calcuated f will be minimal and in SOP form.

Till now, I have been able to solve questions using this approach. However, I need a confirmation whether this method is actually correct and is bound to give me correct results all the time..!

Please log in or register to answer this question.

Related questions

18 votes
18 votes
1 answer
1
Kathleen asked Sep 21, 2014
3,203 views
Consider the following Boolean function of four variables:$$f(w, x, y, z) = \Sigma(1, 3, 4, 6, 9, 11, 12, 14)$$The function isindependent of one variables.independent of ...