Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattzh72/eulers-method-visualizer
A visualization of Euler's Method.
https://github.com/mattzh72/eulers-method-visualizer
Last synced: 18 days ago
JSON representation
A visualization of Euler's Method.
- Host: GitHub
- URL: https://github.com/mattzh72/eulers-method-visualizer
- Owner: mattzh72
- Created: 2017-11-08T18:32:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T07:26:23.000Z (about 5 years ago)
- Last Synced: 2024-01-30T01:35:15.892Z (10 months ago)
- Language: JavaScript
- Homepage: https://mattzh72.github.io/Eulers-Method/
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eulers-Method-Visualizater
This web app was made for my AP Calculus class. It computes each step of Eulers method and visualizes the the error between Euler's method and the (near) actual function.> Euler's method is a numerical method to solve first order first degree differential equation with a given initial value.
Built with HTML5, CSS, and vanilla Javascript. Math is LaTexed for your viewing pleasure!
# Usage
Enter a step size, a differential equation, a given value, and the value to compute. Press enter, and scroll down to see the magic:
> ![Demo](Assets/demo.gif)
The calculations can either be in fractions, or can be expressed in decimals (you can specify the precision of the decimal).