Chapter 3 Graphical Solution Method and Basic Optimization Concepts
g6=D_min – D;
cla reset
axis([1,120,.1,12])
cv2=[1000.0:100.0:10000.0];
const21=contour(H,D,g2,cv2,’r’);
const3=contour(H,D,g3,cv,’k’);
cv3=[0.5:0.1:5.0];
text(95,9,’g3′)
const61=contour(H,D,g6,cv5,’m’);
text(60,7,’Feasible Region’)
fv=[4, 6.6, 8, 10, 12];
fs=contour(H,D,f,fv,’k—‘);
clabel(fs)