This example solves a nonlinear system of equations by Newton's method. Let the nonlinear system be represented by ...
You can change the function \(f\), and the initial guess \(x_1\). Clicking evaluate will run two iterations of Newton's method and return the next two approximations. Use * for multiplication, for ...