Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Note: this is an old 2018 high school project

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 your projectile calculations

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages