Graphics Programs Reference
In-Depth Information
01-10;-1110;0-101;-1000;0-100;...
00-10;000-1];
b = [50; -20; 75; 0; 0; 0; 0; 0; 0; 0; 0];
simlp(f, A, b)
Optimization terminated successfully.
ans =
25.9259
9.2593
9.2593
5.5556
Nerv should spend 7.5 hours each with the running backs and receivers;
6.9 hours with the linemen; and the majority of his time, 28.1 hours, with
the quarterback.
(b)
If the team only needs 15 points to win, then
b = [50; -15; 75; 0; 0; 0; 0; 0; 0; 0; 0];
simlp(f, A, b)
Optimization terminated successfully.
ans =
20.0000
10.0000
10.0000
10.0000
Nerv can spread his time more evenly, 10 hours each with the running
backs, receivers, and linemen; but still the biggest chunk of his time, 20
hours, should be spent with the quarterback.
(c)
Finally if in addition the number of criticisms is reduced to 70, then
b = [50; -15; 70; 0; 0; 0; 0; 0; 0; 0; 0];
simlp(f, A, b)
Search WWH ::




Custom Search