Skip to content

Code that animates a spring pendulum system where the mass of the spring is taken into account. Motion is constrained to a plane, the spring is restricted to compressive deformation (does not bend), and damping is neglected. The Euler Lagrange method is used to derive the equations of motion and The Python SciPy ODE solver is used to numerically…

Notifications You must be signed in to change notification settings

dm6718/Massive-Spring-Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Massive-Spring-Pendulum

Code that animates a spring pendulum system where the mass of the spring is taken into account. Motion is constrained to a plane, the spring is restricted to compressive deformation (does not bend), and damping is neglected. The Euler Lagrange method is used to derive the equations of motion and the Python SciPy ODE solver is used to numerically evaluate those equations.

About

Code that animates a spring pendulum system where the mass of the spring is taken into account. Motion is constrained to a plane, the spring is restricted to compressive deformation (does not bend), and damping is neglected. The Euler Lagrange method is used to derive the equations of motion and The Python SciPy ODE solver is used to numerically…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages