About This Book
Solving Ordinary Differential Equations in Python
Author(s): Joakim Sundnes
@book{Sundnes2024,
title = {Solving Ordinary Differential Equations in Python},
author = {Joakim Sundnes},
year = {2024},
publisher = {Springer}
}
Chapter 1 — Programming a Simple ODE Solver
Chapter 2 — Improving the Accuracy
Chapter 3 — Stable Solvers for Stiff ODE Systems
Chapter 4 — Adaptive Time Step Methods