Euler's method

In mathematics and computational science, the Euler method (also called forward Euler method) is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method. The Euler method is named after Leonhard Euler, who treated it in his book Institutionum calculi integralis (published 1768–1870).The Euler method is a first-order method, which means that the local error (error per step) is proportional to the square of the step size, and the global error (error at a given time) is proportional to the step size.
The Euler method often serves as the basis to construct more complex methods, e.g., predictor–corrector method.

View More On Wikipedia.org
  • 79

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,447
    • Media
      227
    • Reaction score
      10,036
    • Points
      1,237
  • 1

    Euler2718

    A PF Molecule
    • Messages
      90
    • Reaction score
      3
    • Points
      61
  • 1

    Will Flannery

    A PF Cell
    • Messages
      120
    • Reaction score
      36
    • Points
      128
  • 1

    Tuca

    A PF Quark
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    psie

    A PF Quark
    • Messages
      126
    • Reaction score
      12
    • Points
      8
  • Back
    Top