Skip to main content

Section 9.13 Scipy's BVP method

Consider again the problem
\begin{equation*} \ddot x = -\dot x\cos t+x\sin t,\,x(0)=1,\,x(15\pi/2)=e. \end{equation*}
Now we will solve it with SciPy's own solve_bvp method.