Back to Freecodecamp

Functions and Graphing: Extra

curriculum/challenges/english/blocks/learn-functions-and-graphing/63e1798f811fda1bc546bba0.md

latest708 B
Original Source

--description--

This next video will show you the connection between functions and graphing. Notice how the graph is a way to represent the inputs and outputs of a function. Then the video will show you how to graph a function with Python.

Here is the <a href="https://colab.research.google.com/drive/1UYorWd9-Btf_ZQyA9YdUzxzKR8rnVrSV" target="_blank" rel="noopener noreferrer nofollow">Colab notebook to go with this video.</a>

--assignment--

Add code to your algebra Colab notebook for functions and graphing.

--questions--

--text--

What Python library would you import to create arrays that you can graph?

--answers--

numpy


nimby


math


graph

--video-solution--

1