ODE IVP Systems
This page covers the theory and implementation of the first order, nonlinear ODE IVP system solver.
Theory
The first order, nonlinear ODE IVP system solver is presented in this paper:- F. Stenger, B. Keys, M. O'Reilly, K.Parker, and S.-A Gustafson. “ODE-IVP-PACK via Sinc indefinite integration and Newton's method,” NUMERICAL ALGORITHMS, 20 (1999), PP. 241-268
This section is not yet finished.
Implementation
The implementation of the first order, nonlinear ODE IVP system solver is found in the sinc.ode_system.DiffEqSystemv2Lib module in the DiffEqSystemV2 class.
This section is not yet finished.