|
From: Raymond T. <toy...@gm...> - 2020-09-14 15:42:26
|
On Mon, Sep 14, 2020 at 8:32 AM Me Self <vla...@gm...> wrote: > > 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. > If you can reproduce the issue, it would be nice to know; maybe some check can be added to give a much better answer than just some random lisp type error. > > > Regards, > Vlad > -- Ray |