Embed presentation
Download to read offline

The document provides instructions for defining a Python function named 'plot_sine' to create a 2D graph of the function g(t) = a sin(2ft + phi) over n periods. It specifies that the function takes arguments a, f (in hertz), phi (in degrees), and n, and includes hints for calculating periods and converting degrees to radians. The objective is to visualize the sine function with the given parameters starting from t = 0 s.
