Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattzh72/newtons-method-visualizer
A visualization of Newton's Method.
https://github.com/mattzh72/newtons-method-visualizer
Last synced: 18 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T07:03:47.000Z (about 5 years ago)
- Last Synced: 2024-01-30T01:35:15.693Z (10 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:
> ![Demo](Assets/demo.gif)