Next: SOLUTION OF NONLINEAR EQUATIONS
Up: The Big Picture on
Previous: Backward Error Analysis
Algorithm is stable: small perturbation to input leads
to small changes in output backward error analysis
stable if the result it produces is the exact solution
to a nearby problem.
Accuracy: closeness of computed and true solution.
Stable
output is exact for a nearby problem but
solution to nearby problem is not necessarily close to the
solution to the original problem UNLESS problem is stable.
inaccuracy can result from applying a stable algorithm
to an ill-conditioned problem as well as from applying an
unstable algorithm to a well-conditioned problem.
Juan Restrepo
2003-04-12