python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Boost/odeint with class (calling integrate from outside the class with ODE-function inside the class)
I have written a lot of code that got VERY messy over the last couple of weeks/months and I wanted to clean up, by putting most of it into classes. However, I can't figure out, how to call an ODE-func...
Paul Aner
Votes: 0
Answers: 1
How can I build a system of ODEs with ODEINT to meet the figure from literature?
With ODEINT, I am trying to configure the methane conversion over the height of a reactor. However, the figure my script produces is far from the figure from the literature. The value directly jumps t...
Aike
Votes: 0
Answers: 0
Changing an ODE inside the function with ODEINT and python
This is my first question here on the forum, so I hope I'm doing evrything right. My problem is, I am supposed to solve an ODE with python. The ODE describes the movement of an electron inside of a &q...
GhastM4n
Votes: 0
Answers: 0
Odeint for solving 80 couple differential equations
I am trying to solve a set of coupled ODE, basically rate equations, all of them are of the form dy/dt = f(y), using python's scipy's odeint library. I am shocked by the time it is taking to solve it....
Arkaprabha Sarangi
Votes: 0
Answers: 0