Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.78 KB

File metadata and controls

32 lines (20 loc) · 1.78 KB

Periodically Driven Damped Pendulum

Explore what happens when a pendulum is driven by a periodic external force but loses energy through friction, as well.

Run

First, clone this repository

git clone https://github.com/explorablesforsfi/periodically-driven-damped-pendulum.git

Then change to this repository and start a local webserver

cd periodically-driven-damped-pendulum
python -m "http.server" 1313

Go to your browser and navigate to http://localhost:1313 .

periodically-driven-damped-pendulum

License

All original code in this repository, i.e. all code which is not in the subdirectory /libs/ is licensed under the CC 4.0 license. The subdirectory /libs/ contains external libraries which are licensed as follows

File name License Link to repository
d3-color.v1.min.js BSD 3-Clause "New" or "Revised" License d3-color
d3-scale-chromatic.v1.min.js BSD 3-Clause "New" or "Revised" License d3-scale-chromatic
d3.v4.min.js BSD 3-Clause "New" or "Revised" License d3
simple_plot.js CC 4.0 simple-plot
rk45-min.js MIT RK45js
widget.v3.4.js permission to use given by D. Brockmann complexity explorables