Stability

Control over how small errors are amplified during the computation.

Definition

Stability measures whether small perturbations in data, rounding or previous steps remain bounded. For stiff ODEs, the stability region decides whether a step hh makes the method blow up or damp the error.

How it is used

It matters when two methods have the same order but tolerate very different steps, such as explicit Euler versus implicit Euler.