This repo contains a Jupyter notebook based introduction to ordinary differential equations including first and second order differential equations, Laplace transforms, and systems of equations ...
1 Departamento de Estadística, Análisis Matemático y Optimización, Universidade de Santiago de Compostela, Santiago de Compostela, Spain 2 Instituto de Matemáticas, Universidade de Santiago de ...
以下では、E. Hairer、S. P. Nørsett、G. Wanner らによる名著シリーズ “Solving Ordinary Differential Equations”(日本語訳版: 『常微分方程式の数値解法』)について、詳しく解説します。 本シリーズは、非剛性(Nonstiff)から剛性(Stiff)、さらには微分代数方程式(DAE ...
Abstract: There are many problems in engineering can be reflected by linear ordinary differential equation with constant coefficients. If a differential equation has the Hyers-Ulam stability, then it ...
This course is available on the BSc in Mathematics and Economics, BSc in Mathematics with Data Science, BSc in Mathematics with Economics, BSc in Mathematics, Statistics and Business, Erasmus ...
Euler Method: The simplest numerical method for solving ODEs, which uses the derivative to project forward. [ y_{n+1} = y_n + h \cdot f(x_n, y_n) ] Heun's Method (Improved Euler Method): A two-step ...