After running the program newton.bat, press
at the initial information screen and
then press
at the main menu. You can use the
following keys to move through the program:
To move to the next slide.
To move to the first slide.
To move to the last slide.
To move to the previous slide.
To immediately quit the program.

The other slide shows contained in this program are:
using the initial point x0 = 11
/32.
using the initial point x0 =
/2 - 0.02. If you have several roots then
you may not get the root which you expected.
using the initial point x0 =
/2. The tangent line is horizontal and
the method fails to find a second estimate for x.
using the initial point x0 = 1/ pi5. The method is trapped in a periodic cycle.
|x|using the initial point x0 = 1. Again, the method is trapped in a periodic cycle.
using the initial point x0 = 2 . This time the method fails since the values diverge.
using various initial points.