News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Start with some initial values for the position and momentum of the ball. Break the motion into small time steps (something like 0.01 seconds). During each time step, calculate the following: ...