Question 303137
How will I be able graph the cubic function on a graph?
----
If y = x^3, plot some points and connect them with a smooth curve.
--------------
If x = -3, y = -27
If x = -2, y = -8
If x = -1, y = -1
If x = 0, y = 0
If x = 1, y = 1
If x = 2, y = 8
If x = 3, y = 27
-------------------------
Plot those points and connect them with a curve to get:
{{{graph(400,300,-10,10,-10,10,x^3)}}}
=======================================
Cheers,
Stan H.