Skip to content

UlysseREGLADE/FormalPendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormalPendulum

N=2 Pendulum

main.py

N = 2 # , The number of consecutives penduliums
T = 10 #s, The duration of the simulation
FPS = 25 # , The number of fram per seconds
SAVE_ANIM = True # , Do we export an .mp4 animation of the dynamic

The Lagrangian of the systeme is the following: alt text

Therefor, it's dynamic is the following: alt text alt text alt text

Now, it's possible to calculate the motion of the pendulum given this set of equations. alt text

About

Calculate the formal dynamic of a N-long pendulum, and solve it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages