ode23t
求解中等刚性的 ODE 和 DAE - 梯形法则
语法
说明
示例
输入参数
输出参量
算法
ode23t
是使用“自由”插值的梯形法则的实现。如果问题仅仅是中等刚性的问题,并且您需要没有数值阻尼的解,则此求解器优于 ode15s
。ode23t
还可以解算微分代数方程 (DAE) [1], [2]。
参考
[1] Shampine, L. F., M. W. Reichelt, and J.A. Kierzenka, “Solving Index-1 DAEs in MATLAB and Simulink”, SIAM Review, Vol. 41, 1999, pp. 538–552.
[2] Shampine, L. F. and M. E. Hosea, “Analysis and Implementation of TR-BDF2,” Applied Numerical Mathematics 20, 1996.
版本历史记录
在 R2006a 之前推出