Newton's method

Solve f(x)=0, numerically approximating a root of f(x).

1. Specify a function of a variable x.

f(x)=

2. Give an initial estimate for the root.

x0=

3. root of f(x) near x0, or

Program by Steven Tschantz. 10/8/96