Module I: Solving non-linear systems of equations ("Root finding")
This first module concerns the solution of nonlinear (systems of) equations. We reformulate the problem in the canonical form f(x)=0, and discuss three main algorithms for finding zeros of this equation. After this module you'll be able to find a solution of almost any equation (that has a solution) - at least numerically.