| Author |
Comment/Response |
Alex
|
09/25/06 08:23am
I have to use numbers gived by FindMaximum and then insert them in other commands.
after evaluating this:
FindMaximum[interpolCPvet[x], {x, 4}]
Mathematica gives to me this results:
{0.444927, {x -> 3.90927}}
How I can assign automatically these two numbers to two variables x1 and y1 in this way:
x1 = 3.90927
y1 = 0.444927 ?
thanks a lot.
URL: , |
|