Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2230
| From | Matthias Bode <lvsaba@hotmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Maximize, interpretation of result. |
| Date | 2011-05-09 10:20 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iq8f61$5v3$1@smc.vnet.net> (permalink) |
| References | <201105081138.HAA26303@smc.vnet.net> |
Hola:
>From the help browser:
In[27]:= Maximize[-2*x^2 - 3*x + 5, x]
Out[27]= {49/8, {x -> -(3/4)}}
Check:
In[28]:= -2*x^2 - 3*x + 5 /. x -> -(3/4)
Out[28]= 49/8
Fine!
Now:
In[35]:= Clear[tak, tat]
In[36]:= Maximize[{tat*35 + tak*40, tat + tak <= 500, tak >= tat, tak <= 2*tat}, {tat, tak}, Integers]
Out[36]= {24630, {tat -> 166, tak -> 332}}
Check:
In[30]:= tat*35 + tak*40 /. {tat -> 166,
tak -> 332}
Out[30]= 19090
How do I have to interpret the "24630"?
Saludos,
MATTHIAS BODE
S 17.35775=B0, W 066.14577=B0
2'740 m
AMSL.
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar | Unroll thread
Maximize, interpretation of result. Matthias Bode <lvsaba@hotmail.com> - 2011-05-09 10:20 +0000 Re: Maximize, interpretation of result. Peter Pein <petsie@dordos.net> - 2011-05-11 08:28 +0000
csiph-web