I have the following ODE: b\'(t) + k16*b(开发者_如何学Pythont) = k15*a(t) where k15 and k16 are constants.
i am solving a system of ordinary differential开发者_JAVA百科 equations using the odeint function. Is it possible (and if yes how) to parallelize easily this kind of problem?The answer above is wrong,
i have a problem. that is : y\"开发者_StackOverflow中文版^2 + 2*y\'+ 3*y = sin(x), y\'(0)=0, y(0)=1
when i solve numerically a开发者_StackOverflow社区 system of two differential equations: s1:=diff(n[Di](t), t)=...;
I am working on solving a differential equation that solves a system of double pendulums. However, my开发者_如何转开发 code requires me to do a billion calculations, so my memory runs out and an error