Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Here, you want this instead:

myplot = lambda r: plot(x^r, (x, -1, 1))

Then you can do:

myplot(3)

to get the plot of xx3.