ode89
语法
说明
示例
输入参数
输出参数
算法
ode89
是 Verner 的“最稳健”的 8 阶连续外推 Runge-Kutta 9(8) 法的一种实现。解的精度提升到了 9 阶。8 阶连续外推需要对 odefun
进行五次额外计算,但仅限于需要插值的步。
参考
[1] Verner, J. H. “Numerically Optimal Runge–Kutta Pairs with Interpolants.” Numerical Algorithms 53, no. 2–3 (March 2010): 383–396. https://doi.org/10.1007/s11075-009-9290-3.
扩展功能
版本历史记录
在 R2021b 中推出