Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
301 changes: 301 additions & 0 deletions other/Projectile Motion/Projectile_considering_drag.ipynb

Large diffs are not rendered by default.

224 changes: 224 additions & 0 deletions other/Projectile Motion/Projectile_without_considering_drag.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions other/Projectile Motion/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Script to simulate the projectile trajectory and motion of a falling particle or Ball

The notebooks consider different cases for the ball, different coefficient of restitutions and the effect of drag on the motion.
The final output is the trajectory of different cases each plotted using matplotlib.