This example solves a nonlinear system of equations by Newton's method. Let the nonlinear system be represented by ...
Clicking evaluate will run two iterations of Newton's method and return the next two approximations. Use * for multiplication, for example 10x would be input as 10*x. Powers of x are input using ^.