img Leseprobe Leseprobe

Solving Ordinary Differential Equations in Python

Joakim Sundnes

PDF
0,00
Amazon iTunes Thalia.de Weltbild.de Hugendubel Bücher.de ebook.de kobo Osiander Google Books Barnes&Noble bol.com Legimi yourbook.shop Kulturkaufhaus
* Affiliatelinks/Werbelinks
Hinweis: Affiliatelinks/Werbelinks
Links auf reinlesen.de sind sogenannte Affiliate-Links. Wenn du auf so einen Affiliate-Link klickst und über diesen Link einkaufst, bekommt reinlesen.de von dem betreffenden Online-Shop oder Anbieter eine Provision. Für dich verändert sich der Preis nicht.

Springer Nature Switzerland img Link Publisher

Naturwissenschaften, Medizin, Informatik, Technik / Allgemeines, Lexika

Beschreibung

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.


Weitere Titel in dieser Kategorie
Cover Analyzing Websites
Nathalie Pinede
Cover Analyzing Websites
Nathalie Pinede
Cover Action in Uncertainty
Jean-Charles Pomerol
Cover Action in Uncertainty
Jean-Charles Pomerol

Kundenbewertungen

Schlagwörter

difference equations, ordinary differential equations, adaptive time step methods, scientific programming, Open Access, Ordinary differential equations, Python programming, object-oriented programming, Runge-Kutta methods