Explicit Numerical Integrators

From Open Electrical
Revision as of 08:14, 22 November 2020 by Jules (talk | contribs) (Created page with "== Modified Euler Method == The modified Euler (or Heun's) method is a two-stage [http://en.wikipedia.org/wiki/Predictor%E2%80%93corrector_method predictor-corrector method]:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Modified Euler Method

The modified Euler (or Heun's) method is a two-stage predictor-corrector method:

Predictor stage:

Corrector stage:

4th-Order Runge Kutta Method

The 4th-order Runge-Kutta algorithm is one of the most popular numerical integration methods for power systems.