|
From: Me S. <vla...@gm...> - 2020-09-14 15:32:46
|
> What starting points did you use? > > I got: > > minpack_solve([eq1,eq2,eq3],[x,y,z], [1,1,1]); > Evaluation took 0.0100 seconds (0.0100 elapsed) using 942.305 KB. > > [[5.740409864561979,-1.755503737103853,0.1624466869294288], > 0.01024886625263842,4]$ So do I, now. In fact, with a bit of tuning, it solves it just fine. I think this happened because of the previous actions, I probably should have used kill() before switching to minpack_solve(). I apologize for the noise. Regards, Vlad |