MAT360 Section Summary: 1.3

Algorithms and Convergence

  1. Summary

    There are three separate issues discussed in this section:

    An algorithm is a recipe for completing a task. As we've seen, algorithms giving the same answer from the purely mathematical standpoint may give radically different answers from a numerical perspective. So we want to make good choices when we create algorithms.

    If an algorithm has the property that small changes in initial conditions produce small changes in the solution, then the algorithm is stable; otherwise it is unstable. Some algorithms are stable for a range of initial data, and they might be categorized as conditionally stable.

    ``Nice'' errors (if there can be such a thing!) have the property that errors introduced at the outset grow linearly, i.e. as

    displaymath176

    where C>0 is independent of n. If, on the other hand, the errors grow exponentially,

    displaymath177

    where C>1 is independent of n, then we're probably going to be in trouble before we'd like! The good news is that your bank account grows unstably, if you like!

  2. Definitions

  3. Properties/Tricks/Hints/Etc.

    tex2html_wrap_inline218 is generally of the form of powers of tex2html_wrap_inline220 .




Fri Sep 2 14:58:27 EDT 2005