标签: python-2.7 numpy optimization numerical-methods runge-kutta
我正在为Python 2.7中的大量耦合方程式设计classical Runge-Kutta scheme(RK4)。由于将会有超过一百个耦合的一阶方程,for循环将会很大,我正在寻找一些优化提示。
1。计算RK系数的返回变量向量时,最好是......
numpy array
list.append
numpy.array(list)
2。耦合方程显然具有系数。是否更好......