Recent content by eArtist

  1. E

    Java Gravitational Constant Problem in Planetary Java Model.

    Oh i see! Thank you very much for the clarification :smile:
  2. E

    Java Gravitational Constant Problem in Planetary Java Model.

    What I don`t understand is: what value is s? what value is m? what value is kg? 6.67384 * 10^-11 m^3 kg^-1 s^-2 = ??
  3. E

    Java Gravitational Constant Problem in Planetary Java Model.

    I am a bit dissapointed at your hostile attitude. I am sorry if I offended you in any way. Yes I have studied it for a while, but I don't understand. 6.67384 * 10^-11 m^3 kg^-1 s^-2 = ??
  4. E

    Java Gravitational Constant Problem in Planetary Java Model.

    I am not as into physics as you it seems. Can you please elaborate? I need to set a value to G.
  5. E

    Java Gravitational Constant Problem in Planetary Java Model.

    Hi there I am currently trying to implement Newtons law of gravitation into a planetary model. I have 2 objects with mass of 500 and 20. The distance between them is 150. From what I gather from wikipedia I could use the following formula: GravityField = G * ((500*20)/(150^2)) Where G...
Back
Top