| Author |
Comment/Response |
Serge
|
09/06/04 09:24am
Hello, I have a following question (I do not know how to work with output of Maximize; maybe smb gives me a clue).
Suppose that I use function Maximize:
In[1]=Maximize[{x^2 + 2y, x^2 + y^2 ≤ 1}, {x, y}]
and get the answer:
Out[1]={2, {x -> 0, y -> 1}}
My question is if I now try to assigh the value of argmaximum of optimization program to a new variable z (z=x=0)(so that I could use it further on in my calculations), is there a way to do it?
Thank you beforehand.
URL: , |
|