本篇博客将对ODE求解方法的一些基本概念,方法做一个学习,总结
we want to solve the differential equations
Numerical methods for solving first-order IVPs often fall into one of two large categories: linear multistep methods, or Runge-Kutta methods. A further division can be realized by dividing methods into those that are explicit and those that are implicit.
将上式进行泰勒展开,
只保留其中一次项,是下面各种积分方法的基础,省去的高次项是积分误差的来源。
基础知识比较好的参考书为:《数值分析》 Timothy Sauer (作者) 吴兆金 , 王国英 , 范红军 (译者)
| 序号 | 方法 | 简介 |
| 1 |

这篇博客探讨了常微分方程(ODE)的数值求解方法,主要聚焦于Euler方法和Runge-Kutta方法。Euler方法包括前向Euler法,是一种显式方法,而向后Euler法则是一种隐式方法,可能需要更多计算时间但对刚性方程更稳定。Runge-Kutta方法涵盖二阶和四阶方法,常用于提高精度。

3万+

被折叠的 条评论
为什么被折叠?



