Category "odeint"

Using scipy fsolve and odeint for simultaneous ODEs

I'm trying to solve a set of transient flow equations of a body firing from a pressurised tube from scipy.integrate import odeint import numpy as np # paramet

How to use a function and its derivative('s) to solve another differential equation in python?

I need to solve this two equations simultaneously in python : "b" is constant; but I don't know how to put the function "P" and its derivative at same time in

Problem solving differential equations using odeint and sympy

I am trying to solve and display a graph of the following equation: f'=af²-bf Therefore I have tried to use scipy.integrate.odeint library function to so