Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashwatkathuria/drag-vs-normal-projectile-python-project
Graphical Comparison Of Both Projectiles
https://github.com/shashwatkathuria/drag-vs-normal-projectile-python-project
drag math-library motion plotting project projectile projectile-motion pyplot python
Last synced: about 16 hours ago
JSON representation
Graphical Comparison Of Both Projectiles
- Host: GitHub
- URL: https://github.com/shashwatkathuria/drag-vs-normal-projectile-python-project
- Owner: shashwatkathuria
- Created: 2019-01-15T15:13:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T19:19:47.000Z (over 4 years ago)
- Last Synced: 2024-11-26T05:13:14.406Z (2 months ago)
- Topics: drag, math-library, motion, plotting, project, projectile, projectile-motion, pyplot, python
- Language: Python
- Homepage:
- Size: 858 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drag v/s Normal Projectile
---------------------------------
INSTRUCTIONS TO RUN THE PROGRAM
---------------------------------The following command needs to be run for the program:
python project.py
If pylab module is not installed, then run the following command and then the one above:sudo apt-get install python-numpy python-scipy python-matplotlib
---------------------------------
ALGORITHM
---------------------------------Information related to algorithm is provided in 'projectdescription.pdf' file in the
repository.---------------------------------