| Author |
Comment/Response |
Riswanto
|
11/19/04 11:58am
Hi,
My name is Riswanto from the University of Illinois @ Urbana-Champaign.
Is there a way to use variable after maximization?
for example in this simple case,
Maximize[5 x y - x^4 - y^4, {x, y}]
output is: {25/8, {x--> -(sqrt(5))/2, y--> -(sqrt(5))/2}}
Is there anyway we can use those values of x and y in another expression after this
for example after that maximize function,I typed in
x+y it's gonna just give me x+y back in the output. Any idea? Any help is greatly appreciated..Thanks much
Ris
URL: , |
|