#!/usr/bin/env python # coding: utf-8 # # Resonance: Learning Mechanical Vibration Engineering Through Computation # # ## Table of Contents # # ### ENG 122 Winter 2020 Notebooks # # 1. [Introducing Mechanical Vibrations By Investigating a Book Oscillating on a Cylindrical Cup](01-2020/first_day.html) [[Download](01-2020.zip)] # 2. [Measuring a Bicycle Wheel's Inertia](02-2020/estimating_bicycle_radial_inertia.html) [[Download](02-2020.zip)] # 3. [Curve Fitting](03-2020/curve_fitting.html) [[Download](03-2020.zip)] # 4. [Clock Pendulum with Air Drag Damping](04-2020/clock_pendulum_with_damping.html) [[Download](04-2020.zip)] # 5. [Compound Pendulums and Center of Percussion](05-2020/compound_pendulum_and_cop.html) [[Download](05-2020.zip)] # 6. [Clock Pendulum with Friction](06-2020/clock_pendulum_with_friction.html) [[Download](06-2020.zip)] # 7. Modeling a 1 DoF Trifilar Pendulum # 8. Modeling a 2 DoF Bouncy Pendulum # 9. [Modeling a Ball Channel Pendulum](09-2020/modeling_a_ball_channel_pendulum.html) [[Download](09-2020.zip)] # 10. [Sinusoidal Forcing](10-2020/sinusoidal_forcing.html) [[Download](10-2020.zip)] # 12. [Modes of a Ball Channel Pendulum](12-2020/modes_of_a_ball_channel_pendulum.html) [[Download](12-2020.zip)] # 13. [Vibrating Building Under Forcing](13-2020/vibrating_building_forcing.html) [[Download](13-2020.zip)] # # ### ENG 122 Fall 2017 Notebooks # # 1. [Introduction to Jupyter](01/01_intro_jupyter.html) [[Download](01.zip)] # 2. [Introducing Mechanical Vibrations By Investigating a Book Oscillating on a Cylindrical Cup](02/02_book_balancing_intro.html) [[Download](02.zip)] # 3. [Measuring a Bicycle Wheel's Inertia](03/03_bicycle_wheel_inertia.html) [[Download](03.zip)] # 4. [Clock Pendulum with Air Drag Damping](04/04_clock_pendulum_with_damping.html) [[Download](04.zip)] # 5. [Clock Pendulum with Joint Friction](05/05_clock_pendulum_with_friction.html) [[Download](05.zip)] # 6. [Sinusoidal Forcing](06/06_sinusoidal_forcing.html) [[Download](06.zip)] # 7. [Vertical Vibration of a Quarter Car](07/07_vertical_vibration_of_a_quarter_car.html) [[Download](07.zip)] # 8. [Modeling a Drone Swinging From a Trifilar Pendulum](08/08_modeling_a_drone_trifilar_pendulum.html) [[Download](08.zip)] # 9. [Modeling a Washing Machine](09/09_modeling_a_washing_machine.html) [[Download](09.zip)] # 10. [Modeling a Ball Channel Pendulum](10/10_modeling_a_ball_channel_pendulum.html) [[Download](10.zip)] # 11. [Modes of a Ball Channel Pendulum](11/11_modes_of_a_ball_channel_pendulum.html) [[Download](11.zip)] # 12. [Modes of a Vibrating Building](12/12_vibrating_building.html) [[Download](12.zip)] # 13. [Vibrating Building Under Forcing](13/13_vibrating_building_forcing.html) [[Download](13.zip)] # 14. [Bicycle](14/14_bicycle.html) [[Download](14.zip)]