Exercise: Harmonographs
In this exercise, you will solve tasks related to harmonographs.
We'll cover the following
Task 1
As discussed in the previous lesson, below is the equation for a damped pendulum:
Problem Statement
Write a Python function named pendulum()
to implement the equation given above. Use the following default values for the parameters:
Use the following arguments to plot the output of the function against :
Set the range of to be the following:
Use all the suitable packages that you have learned throughout the course.
Get hands-on with 1200+ tech skills courses.