implement-simulation-executor
Implement the Runge-Kutta-4 integrator that performs a numeric simulation dependent on the system functions.
The function should receive:
- differential equations in form of Callable
- parameters (time-step, starting positions, integration steps, ...)
task