Solving Ordinary Differential Equations in Python

简介:
这本开放获取的书解释了常微分方程 (ode) 的现代求解器的基础。对显式和隐式方法进行了激励和解释,以及用于错误控制和自动时间步长选择的方法,并且所有求解器都在Python中实现为类层次结构。这本书是在CC许可下开放访问的。
英文简介:
This open access book explains the foundations of modern solvers for ordinary differential equations (ODEs). Explicit and implicit methods are motivated and explained, as well as methods for error control and automatic time step selection, and all the solvers are implemented as a class hierarchy in Python.
This book is open access under a CC BY license.
- 书名
- Solving Ordinary Differential Equations in Python
- 译名
- 用 Python 求解常微分方程
- 语言
- 英语
- 年份
- 2024
- 页数
- 124页
- 大小
- 1.41 MB
- 标签
- Python
- 下载
Solving Ordinary Differential Equations in Python.pdf
- 密码
- 65536
最后更新:2025-04-12 23:54:38
←Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python