Skip to content
Permalink
496ba134ff
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (12 sloc) 718 Bytes
# ME5180 - Dynamics
## Examples of Numerical Analysis in Dynamics
### 1- Double Pendulum Kinematics
[double_pendulum.m](./double_pendulum.m) has a script to plot the velocity over time and
create an animation of the link positions. [double_pendulum.ipynb](double_pendulum.ipynb)
shows the output of the code.
### 2- Rotating Pendulum Equations of motion
![Rotating pendulum diagram](./figures/rotating_pendulum.svg)
A pendulum is fixed to a rotating L-bracket, the solution to the rotating system is given
in [rotating pendulum solution](./rotating_pendulum.ipynb)
![$\omega$=1 rad/s](./figures/animation_rotating_pendulum/w_1_anim.gif)
![$\omega$=5 rad/s](./figures/animation_rotating_pendulum/w_5_anim.gif)