From: Daniel Platt on
linuxl4(a)sohu.com wrote:
>> The program accumulates the unavoidable small errors
>> over a large number of steps. So, Michel is probably
>> quite right.
>
> I understund. this program accumulates the unavoidable small errors
> over a large number of steps.
>
> thank you.

More than simply accumulating errors, this particular class of problems
shows chaotic behavior (small deviations tend to produce exponentially
divergent paths -- extreme sensitivity to initial conditions -- add a
little junk each step and you have a lot of junk). Circular maps (sine
cosine, etc) qualify.

Dan