C++ implementation of finite differenc and shooting methods (with RK4) for linear BVPs, plus Newton's and secant methods for nonlinear BVPs, with L₁, L₂, and L∞ error estimation via grid refinement.
python cpp makefile numpy data-visualization ode scientific-computing matplotlib ordinary-differential-equations numerical-methods runge-kutta newtons-method bvp error-analysis thomas-algorithm finite-difference-method shooting-method boundary-value-problem secant-method tridiagonal-solver
-
Updated
Jul 9, 2026 - C++