Skip to content

A Python script plotting traveled distance over time given an acceleration

Notifications You must be signed in to change notification settings

alexanderhorner/physics-method-of-small-steps-graph-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python script plotting traveled distance over time given an acceleration

Using the small-step-method, this script will calculate the distance and velocity for every time step and will plot the distance over time on a graph using mathplotlib.

The script takes step size (float), acceleration (float), and ammount of steps (integer) as input.

Plotted graph and terminal running my script.

About

A Python script plotting traveled distance over time given an acceleration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages