This lesson covers quadratic functions: first, we look at what they look like, and then we see how to plot them using code.
Loading...
vizchat/concept-lecture · Published Sep 2026
Updated Sep 18, 2026
Conceptual lecture slides: A line-by-line comparison of function graphs and code, suitable for technical sharing and teaching.
This lesson covers quadratic functions: first, we look at what they look like, and then we see how to plot them using code.
First, we plot the simplest one, y = x². Move the vertex down by one unit and see how the entire curve moves accordingly. Then, overlay one that opens downward for comparison.
On the left is the code for the three curves we just saw. First, look at the two lines for sampling—they determine how smooth the curve is. Then, look at the plotting section; each curve is just one plot command.
There are three key points in this lesson; you can practice them on your own after class.
Comments
Comments are coming soon.