Graphics Programs Reference
In-Depth Information
What crops are constrained by seed limitations? To what extent?
What about preferences?
What are the minimum acreages for each crop?
clearfAb
f = [-110*1.3 -30*2.0 -125*1.56 -75*1.8 -95*.95 -100*2.25 -
50*1.35];
A = [120 210 150.75 115 186 140 85; 110 30 125 75 95 100 50;
1111111;1000000;0010000;0000010;
1-100000;0010-200;000-10-11;
-1000000;0-100000;00-10000;
000-1000;0000-100;00000-10;
000000-1];
b = [55000;40000;400;100;50;250;0;0;0;-10;-10;-10;
-10;-20;-20;-20];
simlp(f, A, b)
ans =
10.0000
10.0000
40.0000
45.6522
20.0000
250.0000
20.0000
Note that despite the complexity of the problem, MATLAB solves it almost
instantaneously. It seems the farmer should bet the farm on crop number 6.
We suggest you alter the expense and/or the storage limit in the problem and
see what effect that has on the answer.
The 360 ˚ Pendulum
Normally we think of a pendulum as a weight suspended by a flexible string
or cable, so that it may swing back and forth. Another type of pendulum
consists of a weight attached by a light (but inflexible) rod to an axle, so that
Search WWH ::




Custom Search