ManickYoj / Equinox

2 stars 0 forks source link

Refactor Physics to use Differential Equations, not Difference Equations #34

Open ManickYoj opened 9 years ago

ManickYoj commented 9 years ago

Currently a source of error: possibly responsible for the constant increase in speed of the earth (and it's ever expanding orbit)

ManickYoj commented 8 years ago

Suggestion, use the Dormand-Prince RK supplied by numeric.js . The Dormand-Prince RK is the same ODE solving algorithm used by MATLAB's ode45, should be good enough for us!