Full list of references in Chapter 9 of the IPython Cookbook, the definitive guide to high-performance scientific computing and data science in Python, by Dr. Cyrille Rossant, Packt Publishing, 400 pages, 2014.
- Documentation of scipy.optimize.
- A course on root finding with SciPy.
- The Bisection method.
- The intermediate value theorem.
- Brent's method.
- Newton's method.