Is there any Newton Method solver in Matlab - Stack Overflow
https://stackoverflow.com/questions/1913352302.10.2013 · Coleman, T.F. and Y. Li, "On the Convergence of Reflective Newton Methods for Large-Scale Nonlinear Minimization Subject to Bounds," Mathematical Programming, Vol. 67, Number 2, pp. 189-224, 1994. As stated in the comments, if you want a solver that uses the bisection method , there is fzero , which the documentation states to use a combination of …