5. Non-linear equations#
In physics (and not only) we often need to find a root of an equation
\[
f(x) = 0.
\]
Sometimes, the equation has more than one root and we need to find all of them. Or we can have a system of equations.
There are various methods to tackle these problems explored in this chapter.