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 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.