Is it possible to use BVPh2.0 package to solve ODE system of initial value problems? I need to solve an ODE IVP system using homotopy analysis method. I came through this package for solving the BVPs. So I need some suggestion regarding its usage. NDSolve is used to solve the ODE IVP system numerically. I need to find semi-analytical approximation for a nonlinear coupled ODE IVP using homotopy analysis method. But the package available to execute homotopy analysis method is BVPh2.0 which is for boundary value problem. That's why I have a doubt that shall we use it to solve IVP. Or else, is there any tools available in Mathematica to find analytical solution for nonlinear coupled ODE IVP
Asked
Active
Viewed 170 times
0
NDSolve? The ODE IVP solver ofNDSolveis quite robust, if it cannot handle your problem, then probably there's something wrong with your ODE itself. – xzczd Oct 29 '21 at 02:48InterpolatingFunctiongiven byNDSolvewith piecewise polynomial?: https://mathematica.stackexchange.com/a/212753/1871 – xzczd Oct 29 '21 at 16:10