Levering voor Kerstmis kan nog 2 uren en 38 minuten
Bookbot

Joakim Sundnes

    Introduction to Scientific Programming with Python
    Solving Ordinary Differential Equations in Python
    • Focusing on the foundations of modern solvers for ordinary differential equations (ODEs), this volume provides essential insights into mathematical modeling and computational science. It emphasizes the importance of selecting the appropriate solver for specific ODE problems, detailing the widely used Runge-Kutta methods along with both explicit and implicit approaches. The book also covers error control and automatic time step selection, featuring implementations as a Python class hierarchy to aid students and researchers in understanding and applying these methods effectively.

      Solving Ordinary Differential Equations in Python
    • This open access book offers an initial introduction to programming for scientific and computational applications using the Python programming language. At the same time, readers are introduced to the fundamental concepts of programming, including variables, functions, loops, classes, and object- oriented programming.

      Introduction to Scientific Programming with Python