搜索资源列表
RKF45
- 四级五阶龙格库塔法,加了步长自适应。里面自带了测试程序-failed to translate
20030613
- 龙格库塔法ode是专门用于解微分方程的功能函数,他有ode23,ode45,ode23s等等,采用的是Runge-Kutta算法。ode45表示采用四阶,五阶runge-kutta单步算法,截断误差为(Δx)3。解决的是Nonstiff(非刚性)的常微分方程.是解决数值解问题的首选方法,若长时间没结果,应该就是刚性的,换用ode23来解.-Runge-Kutta method is designed for solving differential equations ode performan
ode5
- 定步长五阶龙格库塔法,可解变参微分方程组,亲测可用。。。。。。。。(runge-kutta fixed-step)