This exercise checks that you have learnt the basic usage of numpy and matplotlib.
import matplotlib.pyplot as plt import numpy as np %matplotlib inline
Plot the graph of $\sin(x)$ for $x$ in the interval $[0,10].$
Plot the graph of $\cos(\sqrt{x^2 + y^2})$ for $(x, y) \in [-5,5] \times [-5,5]$.