Open howaboutuser opened 11 months ago
Bisection method may be useful when newtonsolve fail. newtonsolve(cbrt(x),1)
I will look into it.
Note that there is also a secantsolve() function, and that in all the examples you've provided, it is better to use the solve() function or enter an equation without any function.
Bisection method may be useful when newtonsolve fail. newtonsolve(cbrt(x),1)