This program demonstrates finding a the root of a function f(x) by Newton’s Algorithm.
To run the demo:
- Choose a function.
- Drag the mouse on the graph along the x axis to animate the algorithm.
The original Java Applets do not run in modern browsers, but you can download the Java code and run it locally on your desktop. Check back for JavaScript and Python versions - coming soon!