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)
- Motion with constant velocity
p1-const-v.ipynb
- Motion with constant acceleration
p2-const-a.ipynb
- Projectile motion
p3-projectile.ipynb
- Projectile motion with drag
p4-drag.ipynb
; with VPython animationp4-drag-vp.ipynb
- Simple harmonic oscillator
p5-sho.ipynb
; with VPython animationp5-sho-vp.ipynb
- Planetary motion
p6-planet.ipynb
; with VPython animationp6-planet-vp.ipynb
- Motion in E&M fields
p7-emotion.ipynb
; with VPython animationp7-emotion-vp.ipynb