Bültmann & Gerriets
Solving Ordinary Differential Equations in Python
von Joakim Sundnes
Verlag: Springer Nature Switzerland
Reihe: Simula SpringerBriefs on Computing Nr. 15
Hardcover
ISBN: 978-3-031-46767-7
Auflage: 1st ed. 2024
Erschienen am 10.11.2023
Sprache: Englisch
Format: 235 mm [H] x 155 mm [B] x 8 mm [T]
Gewicht: 207 Gramm
Umfang: 128 Seiten

Preis: 42,79 €
keine Versandkosten (Inland)


Dieser Titel wird erst bei Bestellung gedruckt. Eintreffen bei uns daher ca. am 29. November.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

42,79 €
merken
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Klappentext
Inhaltsverzeichnis
Biografische Anmerkung

This open access volume explains the foundations of modern solvers for ordinary differential equations (ODEs). Formulating and solving ODEs is an essential part of mathematical modeling and computational science, and numerous solvers are available in commercial and open source software. However, no single ODE solver is the best choice for every single problem, and choosing the right solver requires fundamental insight into how the solvers work. This book will provide exactly that insight, to enable students and researchers to select the right solver for any ODE problem of interest, or implement their own solvers if needed. The presentation is compact and accessible, and focuses on the large and widely used class of solvers known as Runge-Kutta methods. 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.



Preface.- Programming a Simple ODE Solver.- Improving the Accuracy.- Stable Solvers for Stiff ODE Systems.- Adaptive Time Step Methods.- Modeling Infectious Diseases.- Programming of Difference Equations.- References.- Index.



Joakim Sundnes is Chief Research Scientist at Simula Research Laboratory and teaches undergraduate programming at the University of Oslo. His research interests are scientific computing and computational science, particularly related to biomechanics and computational physiology. Mathematical models in these fields are typically formulated as differential equations, and he has spent more than two decades developing and implementing solvers for these models. He is also responsible for the main introductory programming class for natural science students at the University of Oslo, which includes a thorough introduction to ordinary differential equations.


weitere Titel der Reihe