Newton's method does not converge to zero because of clipping the array at zero.
Closed this issue · 2 comments
lukasbaldauf commented
Newton's method does not converge to zero because of clipping the array at zero.
lukasbaldauf commented
Using scipy.integrate.odeint could be a better and possibly faster option than using an implicit integration method.
lukasbaldauf commented
Changed default to 5 iterations, should be adequate.