求解非均匀网格上的二阶边值方程

时间:2016-10-03 15:53:55

标签: python numpy scipy numerical-methods differential-equations

我有一个形式的等式

y'' + a(x) y' + b(x) y = f(x) y(0) = y(1) = 1

其中x是非均匀间隔的。

如何在python中解决这种二阶边值问题?

1 个答案:

答案 0 :(得分:0)

您是否正在搜索函数系列[y x (t)]其中t是您导出y的变量?

对于所有x,您的边界条件是否为真?

您可能需要查看http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html