Numerical Analysis I
Backward stability refers to the property of an algorithm that guarantees the computed solution is close to the exact solution of a slightly perturbed problem. This means that if the input data is altered by a small amount, the output remains close to the true solution of a similar, but slightly modified problem. Backward stability emphasizes how well an algorithm preserves the correctness of results when faced with small errors in data or computation, highlighting its reliability in practical applications.
congrats on reading the definition of backward stability. now let's actually learn it.