Hello,
I discover sage and can't plot this second parametric curve :
var("a")
parametric_plot ((cos (a), sin (a)),(a,-5,5)) # is right
parametric_plot ((real (e^(i*a)), imag(e^(i*a))),(a,-5,5)) # doesn't plot
I also test it with the N function... I get the same error.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---