Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pklatka/heuns-method-visualization
The application calculates solution of a differential equation y' = f(x,y) with an initial condition using Heun's method. In addition, an illustration of the given approximation is generated.
https://github.com/pklatka/heuns-method-visualization
Last synced: 8 days ago
JSON representation
The application calculates solution of a differential equation y' = f(x,y) with an initial condition using Heun's method. In addition, an illustration of the given approximation is generated.
- Host: GitHub
- URL: https://github.com/pklatka/heuns-method-visualization
- Owner: pklatka
- License: mit
- Created: 2022-12-02T22:14:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T12:05:29.000Z (over 1 year ago)
- Last Synced: 2023-10-10T13:30:10.404Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Heun's method
The application calculates solution of a differential equation y' = f(x,y) with an initial condition using Heun's method. In addition, an illustration of the given approximation is generated.
Authors: Patryk Klatka, Jakub Barber
Additional information:
- Sometimes there are more than two values in the point labels (always multiples of 2). This is due to errors related to the precision of the calculations. The results should then be interpreted in order from top to bottom, i.e. as the score labelled with a red square is the third from the top, the score with a blue square, third from the top, is its equivalent.
- The graph can be zoomed in using mouse zoom.This project was an obligatory task on Differential and Difference Equations course at AGH UST.