Graphics Programs Reference
In-Depth Information
80
70
60
50
40
30
20
10
0
0
20
40
60
80
100
120
Now let's put in the other two constraint inequalities.
Y2 = max((4000 - 110.*X)./30, 0);
Y3 = max(75 - X, 0);
Ytop = min([Y1; Y2; Y3]);
area(X, Ytop)
80
70
60
50
40
30
20
10
0
0
20
40
60
80
100
120
It's a little hard to see the polygonal boundary of the region clearly. Let's
hone in a bit.
area(X, Ytop); axis([0 40 40 75])
Search WWH ::




Custom Search