differential-equations
Solving an ODE using matlab
I have the following ODE: b\'(t) + k16*b(开发者_如何学Pythont) = k15*a(t) where k15 and k16 are constants.[详细]
2023-01-15 13:22 分类:问答Parallelize resolution of differential equation in Python
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,[详细]
2023-01-13 19:47 分类:问答How to solve a differential equation with MATLAB
i have a problem. that is : y\"开发者_StackOverflow中文版^2 + 2*y\'+ 3*y = sin(x), y\'(0)=0, y(0)=1[详细]
2023-01-09 05:32 分类:问答assigning in system of differential equations
when i solve numerically a开发者_StackOverflow社区 system of two differential equations: s1:=diff(n[Di](t), t)=...;[详细]
2023-01-02 06:23 分类:问答How to store data from odeint() directly into a menmap instead of array?
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[详细]
2022-12-07 22:30 分类:问答
加载中,请稍侯......