Euler forward method

From MaRDI portal
Revision as of 13:39, 6 March 2025 by Import250306120333 (talk | contribs) (Created automatically from import250306120333)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Formula:6674265

Community: MathModDB

discrete-time expression mathematical expression

Available identifiers

MaRDI QIDQ6674265

in mathematics and computational science, this method is a first-order numerical procedure for solving ODEs with a given initial value, named after Leonhard Euler

Also known as forward Euler method, explicit Euler method



It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method.

Defining Formula: yn+1=yn+hf(tn,yn)
f represents right hand side of differential equation
h represents time step
t represents time
y represents unknown function





https://en.wikipedia.org/wiki/Euler_method
https://www.wikidata.org/wiki/Q868454

Further items linking to Euler forward method

Item Property
Euler method specialized by
Runge–Kutta method specialized by
Schrödinger equation (differencing scheme) contains
second order differencing method contains
Verlet integration contains

This page was built for formula: Euler forward method