I was simulation the solar system (Sun, Earth and Moon). When I first started working on the project I used the base units: for distance I used meters [m], for time I used seconds [s] and for velocity/speed I was using meters per second [m/s]. Because I was dealing with solar system the numbers were pretty big, for example the distance beetween the Earth and Sun is 150*10^9 m.
When I ran the simulation - numerical integration (I was using …
python simulation matplotlib numerical-methods numerical-integration