Skip to content

High School Project: The Swiss Army Knife for all your Projectile Calculations

Notifications You must be signed in to change notification settings

Omar-Elrefaei/kinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Employers please note: this code was a high school project in 2018 and is not a fair representation of my current skills

Kinematics

This is your Swiss Army Knife for all calculations involving Projectiles or Kinamatic equations.

This python script takes as an input any 3/6 of possible inputs:

  • Time: -t
  • Displacement: -x
  • Initial Velocity: -iv
  • Final Velocity: -v
  • Acceleration: -a

and spits out the remaining 3 variables along with optional graphes of the moving object with the --plot flag

Dependencies

This script should be compatiable with python 2.x and 3.x

Make sure the following packages are installed:

  • argparse
  • matplotlib
  • numpy

About

High School Project: The Swiss Army Knife for all your Projectile Calculations

Topics

Resources

Stars

Watchers

Forks

Languages