Chapter 2

Finding Roots of Real Single-Valued Functions

In this chapter we consider one of the most encountered problems in scientific computing, which is the problem of computing the root or zero of a realvalued function f of one variable. We focus on what we consider to be three basic methods: the bisection, Newtons and the secant methods. In short, any of these methods compute a solution of a nonlinear equation starting from one initial data, then adopting some iterative method that- under favorable conditions- will converge to a zero of the function f.

To study other methods, we refer ...

Get Introduction to Numerical Analysis and Scientific Computing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.