Newton's Method Java Applet
By Aaron Davidson
This graph of Newton's Method is generated for the equation:
z3 - 1 = 0
Each coordinate represents a different starting point for the newton's method algorithm.
The color is determined by which of the three roots the algorithm converges too, and the
shade shows how fast it converges.