Advertisement
Guest User

Untitled

a guest
May 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. //Jupiter
  3. double E[4]={740520000000.0, 0.0, 0.0,13720.0};// x, vx, y, vy
  4. Vecteur y40(4, E);
  5. double x40=0.0;
  6. double xf4=374574629.0;
  7.  
  8. //Saturne
  9. double F[4]={1349467375000.0, 0.0, 0.0,10183.0};// x, vx, y, vy
  10. Vecteur y50(4, F);
  11. double x50=0.0;
  12. double xf5=9294684337.0;
  13.  
  14. //Uranus
  15. double G[4]={2734998229000.0 , 0.0, 0.0, 7128.0 };// x, vx, y, vy
  16. Vecteur y60(4, G);
  17. double x60=0.0;
  18. double xf6=2651369760.0;
  19.  
  20. //Neptune
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement