Skip to content
Numerical ODE
- Various numerical schemes for 1D IVP [link];
- 4th order Runge-Kutta method [m file 1, m file 2];
- Extrapolation method based on the 2-stage RK method [psi_RK2.m, multi_RK2.m, psi_Extrap.m, f_Extrap.m, solver.m, evidence.m];
- Runge-Kutta-Gauss method on pendulum motion problem [pendulum.m, f_RKG.m, solver.m];
- Finite difference approximation for first order derivatives [FD_deriv.m];