N-body problem

From Rosetta Code
Revision as of 12:11, 17 April 2014 by rosettacode>Dkf (trying to clean up the task description)
N-body problem is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

The -body problem is an inherent feature of a physical description of mechanical system of interacting objects. The system is described by Newton's Law

with continious combined force from other bodies

Exact formulation of first mechanical problem is, given initial coordinates and velocities , to find coordinates and velocities at with accuracy more then given relative value

As well known from physical background, only the choice of N=2 can be analytically solved.