Chapter 8 Linear Programming Methods for Optimum Design
const1=contour(x1,x2,g1,cv1,‘k’,‘LineWidth’,4);
text(2,–3,‘g2’)
const1=contour(x1,x2,g1,cv12,‘c’);
const2=contour(x1,x2,g2,cv1,‘k’,‘Linewidth’,3);
const2=contour(x1,x2,g2,cv12,‘c’);
text(3.5,6.5,‘g1’)
text(0.25,7,‘g3’)
const4=contour(x1,x2,g4,cv1,‘k’,‘LineWidth’,3);
text(6,0.5,‘g4’)
0
2
4
6
8
x2
Exercise 8.48
g1
g3
g4
Feasible Region