/Simple-Pendulum

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.

Primary LanguagePythonApache License 2.0Apache-2.0

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