https://github.com/ryosukecla/simultaneous_diffrential_equation_solver
This code can solve simultaneous diffrential equation numerically. This work with Processing 3. But a little fix of this code makes this work with pure java.
https://github.com/ryosukecla/simultaneous_diffrential_equation_solver
Last synced: 7 months ago
JSON representation
This code can solve simultaneous diffrential equation numerically. This work with Processing 3. But a little fix of this code makes this work with pure java.
- Host: GitHub
- URL: https://github.com/ryosukecla/simultaneous_diffrential_equation_solver
- Owner: RyosukeCla
- License: mit
- Created: 2016-09-10T11:46:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T11:46:51.000Z (over 9 years ago)
- Last Synced: 2025-05-26T04:10:53.806Z (8 months ago)
- Language: Processing
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simultaneous_Diffrential_Equation_Solver
This code can solve simultaneous diffrential equation numerically. This work with Processing 3. But a little fix of this code makes this work with pure java.