On 11/2/12 4:39 PM, Brandon Curtis wrote:
This:
var('x y')
y = x^3
show(y)
plot(y,x,(-2,2))

That should be:

var('x y')
y = x^3
plot(y, (x,-2,2))

It sounds like the problem is that your code had a problem, but then IPython had an error when trying to show you your error.

Thanks,

Jason


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to