This exercise requires you to plot a few functions in Python.
numpy linspace command (see numpy.linspace()). Be sure to include a legend and label the $x$ and $y$ axes.numpy to draw $N$ samples (you choose $N$) from a probability distribution of your choosing. See Random sampling for a bunch of numpy functions that draw random samples for you. See Statistical functions for an alternative to numpy. Plot a histogram of the data you generated.