Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunir/milne-method
ITMO (09.03.04). 3rd semester. Computational mathematics. 4th lab work.
https://github.com/yunir/milne-method
computational-mathematics gradle gui javafx milne
Last synced: 25 days ago
JSON representation
ITMO (09.03.04). 3rd semester. Computational mathematics. 4th lab work.
- Host: GitHub
- URL: https://github.com/yunir/milne-method
- Owner: Yunir
- License: mit
- Created: 2017-11-17T22:41:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T04:53:02.000Z (about 3 years ago)
- Last Synced: 2024-10-29T22:33:16.563Z (2 months ago)
- Topics: computational-mathematics, gradle, gui, javafx, milne
- Language: Java
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis
Ordinary differential equation - Cauchy problem.
Milne's method.**Input:**
- start values (x0 and y0)
- the end value (Xn)
- precision**Output:**
- step
- graphical representation## Preview
![](images/interface.png)