Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 677 Bytes

File metadata and controls

15 lines (12 loc) · 677 Bytes

Calculate the gravity of Mario world animation

Calculate the gravity of Mario's world and make an animation comparing the gravity of the moon, the earth and Mario's world.

The following movie was made by calculating the gravitational acceleration based on the frame rate from the following movie.

original

This is result

result

Environment

  • python3.7
    • matplotlib
    • sympy
    • numpy
    • IPython