GUIDING QUESTION:
How can I compute a solution to a non-linear system of equations?
Not every problem every problem we'll encounter in practice is linear!
Guiding philosophy: Let's solve a non-linear system by solving a linear system iteratively.
Please take a moment to review how we used the tangent line to construct a sequence of approximations to a root of a function $f: \mathbb{R} \to \mathbb{R}$.