Recent content by dgalvan123

  1. D

    Solving Kepler's equation using iterative technique

    Thanks very much for your help!
  2. D

    Solving Kepler's equation using iterative technique

    I am working on using a Runge Kutta 4th order code (in the C programming language) to predict a Keplerian orbit in 2 dimensions. My code seems to be working ok, producing a reasonable elliptical orbit given initial conditions x0, y0, Vx0 and Vy0 (initial position and velocity), however I'd like...
Back
Top