https://github.com/hilbertcube/system_of_linear_de_rk4
Solving system of linear DE using vectors and function list
https://github.com/hilbertcube/system_of_linear_de_rk4
Last synced: about 1 year ago
JSON representation
Solving system of linear DE using vectors and function list
- Host: GitHub
- URL: https://github.com/hilbertcube/system_of_linear_de_rk4
- Owner: hilbertcube
- Created: 2024-04-08T02:20:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T02:42:58.000Z (about 2 years ago)
- Last Synced: 2025-06-01T01:59:56.150Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solving system of linear differential equations using the Runge-Kutta 4 algorithm.