python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Julia Differential Equations suppress warning of detected instabilities
I have a program that simulates the paths of particles using the Differential Equations package of Julia. The simulation allows for particles to hit devices - to prevent the continued simulation of su...

MetaColon
Votes: 0
Answers: 2
List handling in GEKKO python
i'm currently working on a model of a distillation flask for a university project, the phisical problem is described by a DAE system, and i'm trying to solve it using GEKKO.
I'm facing a problem with ...
Patrick23
Votes: 0
Answers: 1
How to fix this error: unsupported operand type(s) for ** or pow(): 'tuple' and 'int'
I am trying to solve an ODE with two variables. I do not understand why or how I have created a tuple here. The function f should be f = 10 - x - (4xy / 1+x^2)
Could anyone help with this?
def RK_step...
Tubbit
Votes: 0
Answers: 2
Solving a coupled 2nd order DE with linear algebra
I am trying to numerically solve a coupled second order differential equation that describes the rate of a reversible equation between two substances A and B.
where k- and k+ are the rates of conv...
StrugglingPhysicist
Votes: 0
Answers: 0