用Python或SageMath解决耦合非线性微分方程的方法?

问题描述 投票:0回答:1

如何用python或SageMath求解四个一阶耦合非线性微分方程?如果有的话,请推荐一些参考文献。非常感谢您的回答。

python python-3.x sage
1个回答
0
投票

你可以用Python和scipy模块的oddint,导入如下。

from scipy.integrate import odeint

一个有趣的例子是,"建模一个僵尸启示录,见。https:/scipy-cookbook.readthedocs.ioitemsZombie_Apocalypse_ODEINT.html。

© www.soinside.com 2019 - 2024. All rights reserved.