Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

---------------------------------