Plot the following?

#y=x^3#

1 Answer

See below:

Explanation:

Do a quick table of values to get an idea as to what the graph should look like:

#((x,y),(0,0),(1,1),(2,8),(3,27),(-1,-1),(-2, -8),(-3,-27),(1/2,1/8),(-1/2,-1/8))#

And this will create this graph:

graph{x^3}