Talk:N-body problem: Difference between revisions

(→‎Cool Story, Bro!: Added a real task)
(→‎tcl implementation: new section)
Line 7:
 
: "Beware that because of the inherently chaotic nature of the n-body problem, two different but correct implementations may diverge after a sufficiently long sequence of <math>\delta T</math> steps." -- [http://www.csee.umbc.edu/~motteler/teaching/courses/parallel_prog/96b/nbody/nbody1.html] --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 00:33, 16 April 2014 (UTC)
 
== tcl implementation ==
 
I animated the tcl implementation, and I noticed that the second and third bodies practically bounce near the end. You can see this by comparing the values in the last two rows with the previous row. What's odd is that the first body reacts similarly at roughly the same point in space, but two time increments earlier than the other two.
 
Anyways, my concern is that delta-T is probably way too big if things are bouncing so sharply.
 
But this raises another, more important issue: how can we be sure our results are correct (or even "close to plausible") for a problem like this? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 07:48, 26 May 2014 (UTC)
6,962

edits