Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 563 Bytes

File metadata and controls

13 lines (7 loc) · 563 Bytes

Newton's-Method-Visualizer

This web app was made for my AP Calculus class. It computes and visualizes on a graph how Newton's method works.

Newton's method is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a real-valued function.

Built with HTML5, CSS, and vanilla Javascript. Math is LaTexed for your viewing pleasure!

Usage

Enter a real-valued function, a starting point, and the accuracy (used to stop the algorithm). Press enter, and scroll down to see the magic:

Demo