C++ implementation of Euler, modified Euler, RK2, RK4, and Adams explicit methods for solving y'' = f(x, y, y') with adaptive step-size selection and L₁, L₂, L∞ error estimation.
python cpp makefile numpy data-visualization ode scientific-computing matplotlib ordinary-differential-equations numerical-methods runge-kutta euler-method initial-value-problem adaptive-step-size cauchy-problem adams-method
-
Updated
Jul 9, 2026 - C++