Skip to content

A basic kinematic equation solver built specifically for a NumWorks calculator

License

Notifications You must be signed in to change notification settings

brycenatter/Basic-Kinematics-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Kinematics-Solver

Kinamatic equation solver built spacifically for a NumWorks calculator but can also be used in the command line or any Python-compatible calculator. This script was built using only the "math" module, which is only used for taking a square root. The script is layed out with each of the four common kinematic equations defined as a seperate function.

Installation:

  • On a NumWorks calculator:

    • First option:
      1. Download the Python File kin.py
      2. Copy and paste into NumWorks script editor
      3. Install using NumWorks Workshop
    • Second option:
      1. Use the direct link to install the script
  • In the command line:

    1. Download the Python File kin.py
    2. Run using Python 3

Usage:

When used in the command line or on a Python-compatible calculator, the usage is the same.

  • For information that is not given in the problem use a "n"
  • Place a "s" in for the varible you want to solve for
  • Only one variable can be a "n" and only one variable can be a "s"
    • Exception: If position data is not given, you must put a "n" in both "Position (Final)" and "Position (Inital)".
  • This script can only solve for problems with uniform acceleartion
  • When solving for "Time", there will sometimes be two answers due to the quadratic nature of the equation. Just remember that negative time doesn't really exist.

Example:

Example Image

About

A basic kinematic equation solver built specifically for a NumWorks calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages