Back to Freecodecamp

Graphing Systems

curriculum/challenges/english/blocks/learn-how-to-graph-systems-of-equations/6331d27db51aeedd1a2bd64e.md

latest739 B
Original Source

--description--

This first video will show you how to graph systems of equations with written math, then code.

Here is the <a href="https://colab.research.google.com/drive/1N1JEZJctODxsntROnmg0VqMSHXYdIlFD?usp=sharing" target="_blank" rel="noopener noreferrer nofollow">Colab notebook used in this video.</a>

--assignment--

Add code from the video to the algebra notebook you are building, and test it with different functions.

--questions--

--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