Implementation of numerical integration algorithms like Euler and Runge–Kutta (RK4)
-
Updated
Nov 11, 2013 - C
Implementation of numerical integration algorithms like Euler and Runge–Kutta (RK4)
Numerical Methods for Physics
Codes for diffferent Numerical methods
Upper Secondary School graduation project for Sinan Pasic, class 18B, graduate of NTI Gymnasiet, Västerås June 2021.
The classical 4th order Runge-Kutta solver, implemented in plain C for optimal performance. Also includes a wrapper library with Python bindings, so it may be called from within Python.
linear ODE solver using runge-kutta-4th
Runge–Kutta method RK4 for second order differential equations
Solve differential equations with some numerical integration methods
Add a description, image, and links to the runge-kutta-4 topic page so that developers can more easily learn about it.
To associate your repository with the runge-kutta-4 topic, visit your repo's landing page and select "manage topics."