Skip to content

Latest commit

 

History

History

ch05

Ch.05 Notebook Programs.

Python subfolder contains standard .py programs. You can download everything in a zip file by going up to the root folder and select code (clone). To download a single program here, click on it, choose raw, then save (right click) it as .ipynb file.

Choose a link below to run the program online in Binder. (Note: server image building/loading may be slow the first time)

  1. Motion with constant velocity p1-const-v.ipynb
  2. Motion with constant acceleration p2-const-a.ipynb
  3. Projectile motion p3-projectile.ipynb
  4. Projectile motion with drag p4-drag.ipynb; with VPython animation p4-drag-vp.ipynb
  5. Simple harmonic oscillator p5-sho.ipynb; with VPython animation p5-sho-vp.ipynb
  6. Planetary motion p6-planet.ipynb; with VPython animation p6-planet-vp.ipynb
  7. Motion in E&M fields p7-emotion.ipynb; with VPython animation p7-emotion-vp.ipynb