Skip to content

This Python script performs a curve fit to the data of a simple swinging pendulum and generates a plot of the data and the fit.

License

Notifications You must be signed in to change notification settings

Un2versidad/Simple-Pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pendulum Damping Factor Calculation and Plotting

This Python script performs curve fitting on the data from a simple oscillating pendulum and generates a plot of the data and the fit.

image

Requirements

To run this script, you will need Python installed on your machine, as well as the following Python libraries:

  • numpy
  • scipy
  • matplotlib

You can install these libraries using pip, the Python package installer, with the following command:

pip install numpy scipy matplotlib

About

This Python script performs a curve fit to the data of a simple swinging pendulum and generates a plot of the data and the fit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages