This is an old version, view current version.

12.1 Example: System of Nonlinear Algebraic Equations

For systems of linear algebraic equations, we recommend solving the system using matrix division. The algebraic solver becomes handy when we want to solve nonlinear equations.

As an illustrative example, we consider the following nonlinear system of two equations with two unknowns:

z1=y1θ1z2=y1y2+θ2

Our goal is to simultaneously solve all equations for y1 and y2, such that the vector z goes to 0.