You wrote x = (-5,5), and then you wanted to plot x^n, which is the same as 
(-5,5)^n. What were you intending with that? I'm assuming you wanted the 
plots of x^n for x = -5 to x=5? Or were you wanting (-5,5) to be your xmin 
and xmax? 

On Thursday, August 13, 2015 at 6:24:25 AM UTC-5, Luis Molina wrote:
>
> def slopeline(x=(-5,5)): 
> p=plot(x^n, (n,0,6), ymin=-5^4, ymax= 5^4) 
> show(p)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to