--description--
This first video will show you how to graph systems of equations with written math, then code.
Here is the Colab notebook used in this video.
--assignment--
Add code from the video to the algebra notebook you are building, and test it with different functions.
--question--
--text--
The numpy linspace()
function takes three arguments to create an array. Which of the following arguments does it not take?
--answers--
Minimum value
Maximum value
Number of items in the array
Formula to generate each item
--video-solution--
4