Web-Books
in the Austria-Forum
Austria-Forum
Web-Books
Informatik
Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition
Page - 203 -
  • User
  • Version
    • full version
    • text only version
  • Language
    • Deutsch - German
    • English

Page - 203 - in Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition

Image of the Page - 203 -

Image of the Page - 203 - in Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition

Text of the Page - 203 -

8SolvingOrdinaryDifferentialEquations Differential equations constitute one of the most powerful mathematical tools to understand and predict the behavior of dynamical systems in nature, engineering, andsociety.Adynamicalsystemissomesystemwithsomestate,usuallyexpressed by a set of variables, that evolves in time. For example, an oscillating pendulum, thespreadingofadisease, and theweatherareexamplesofdynamicalsystems. We can use basic laws of physics, or plain intuition, to express mathematical rules that govern the evolution of a system in time. These rules take the form of differential equations. You are probably well experienced with equations, at least equations likeax+ b = 0 and ax2 + bx+ c = 0, where a, b and c are constants. Such equations are known as algebraic equations, and the unknownsare numbers. In a differential equation, theunknownisa function, andadifferentialequationwillusually involve this function and one or more of its derivatives. When this function depends on a single independentvariable, the equation is calledanordinarydifferential equation (ODE, plural: ODEs), which is different from a partial differential equation (PDE, plural: PDEs), in which the function depends on several independent variables (Chap. 9). As an example, f ′(x) = f(x) is a simple ODE (asking if there is any function f such that it equals its derivative—you might remember that ex ©The Author(s) 2020 S.Linge, H.P. Langtangen, Programming forComputations -Python, Texts in Computational Science and Engineering 15, https://doi.org/10.1007/978-3-030-16877-3_8 203
back to the  book Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition"
Programming for Computations – Python A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition
Title
Programming for Computations – Python
Subtitle
A Gentle Introduction to Numerical Simulations with Python 3.6
Volume
Second Edition
Authors
Svein Linge
Hans Petter Langtangen
Publisher
Springer Open
Date
2020
Language
English
License
CC BY 4.0
ISBN
978-3-319-32428-9
Size
17.8 x 25.4 cm
Pages
356
Keywords
Programmiersprache, Informatik, programming language, functional, imperative, object-oriented, reflective
Category
Informatik
Web-Books
Library
Privacy
Imprint
Austria-Forum
Austria-Forum
Web-Books
Programming for Computations – Python