On 12/28/2016 07:12 AM, Fjordforsk A/S wrote:
> Hello, I am not sure on the reply sage gives me on plotting a long function:
> 
> sage: plot3d(((1 - (3/8 - 3*t^2 - 2*t^4 - 9*x^2 - 10*x^4 - 12*t^2*x^2) + 
> x*(15/4 + 6*t^2 - 4*t^2 - 2*x^2 - 4*x^4 + 8*t^2*x^2))/(1/8*(3/4 + 9*t^2 + 
> 4*t^2+ 16/3*t^6 + 33*x^2 + 36*x^24 + 16/3*x^6)))*e^(x)), (x, -2, 2), (t, 
> -2, 2) 
> 
> 
> TypeError: plot3d() takes at least 3 arguments (1 given)
> 
> I have defined x and t as variables, should I define e as well?
> 

I think you just made a typo in there somewhere. The function part of
your example doesn't parse as a function; I get a syntax error if I do f
= <all that stuff>.

-- 
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 https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to