| Author |
Comment/Response |
Michael
|
06/29/12 12:31pm
In Response To 'Re: Maximizing solutions of NDSolve' --------- Interesting... When I tried your code I got
{123.308, {x -> 0.398059}}
from Maximize. I also tried FindMaximum (since a likely starting point was known):
In[141]:= FindMaximum[f[x], {x, 0.4}]
Out[141]= {123.308, {x -> 0.398059}}
[Mathematica 8.0.4.0 for Mac OS X x86 (64-bit) (October 6, 2011)]
URL: , |
|