https://github.com/mattzh72/newtons-method-visualizer
A visualization of Newton's Method.
https://github.com/mattzh72/newtons-method-visualizer
Last synced: 7 months ago
JSON representation
A visualization of Newton's Method.
- Host: GitHub
- URL: https://github.com/mattzh72/newtons-method-visualizer
- Owner: mattzh72
- Created: 2017-11-08T18:30:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T07:03:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T20:13:32.709Z (8 months ago)
- Language: JavaScript
- Homepage: https://mattzh72.github.io/Newtons-Method/
- Size: 485 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
> 