Exercise 12.1#
Question 1#
NumPy has a number of Mathematical functions and Constants. Use these to plot the following:
(1)

(2)

Make sure to label the
Question 2#
Plot a unit circle. Remember that the circle can be parameterized as:
(3)#
for

Hint: You can use the set_aspect()
method of the axis object to prevent the circle from distorting.
Question 3#
Plot a spiral, parameterized by:
(4)#
for
