Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codes to visualise projectile trajectories #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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.