Python Forum

Full Version: 2nd order differential equations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to solve 2nd order differential equations without using scipy.integrate.odeint
so I need to know how scipy.integrate.odeint works or any other way(mathematical to solve these equations
There is a python example here: https://apmonitor.com/wiki/index.php/App...fferential
click on 'Solution to 2nd-Order Differential Equation in Python' to get python code
no man,he's using odeint not what I want