method

In mathematics and computational science, the Euler method (also called the 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 first proposed 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
  • 1

    GameZone

    Established Member From Norway
    • Messages
      511
    • Reaction score
      354
    • Points
      174
  • 1

    mrg9999

    Established Member From Slough
    • Messages
      82
    • Reaction score
      51
    • Points
      39
  • 1

    MartinSEsr

    Established Member From wolverhampton uk
    • Messages
      249
    • Reaction score
      361
    • Points
      119
  • 1

    KT23

    Standard Member From Telford UK
    • Messages
      48
    • Reaction score
      24
    • Points
      17
  • 1

    MDWMG

    Established Member From Kent, UK
    • Messages
      71
    • Reaction score
      55
    • Points
      19
  • Back
    Top Bottom