| Author |
Comment/Response |
Henry Lamb
|
09/24/03 7:42pm
Try splitting the procedure. First, make a function.
g[a_]:=f[1]/.NDSolve[...][[1]]
Then find the minimum with
FindMinimum[g[a],{a,{2,3}}]
You can plot the function g to see approximately where the minimum occurs.
URL: , |
|