【发布时间】:2017-07-22 20:26:25
【问题描述】:
有没有办法将 ODE 从文本格式读取到 scipy 的 odeint 可以使用的对象中?这是在这里提出的:How to read a system of differential equations from a text file to solve the system with scipy.odeint? 但这个问题不必要地使用了 sympy,还有其他解决方案吗? scipy 的 odeint 期望动态生成一个函数。
【问题讨论】: