Plotting jacobi("sn",x,2) doesn't work, although plotting
jacobi("sn",x,1) does work.
sage: parent(plot(jacobi("sn",x,1),(x,-3,3)))
<class 'sage.plot.plot.Graphics'>
sage: parent(plot(jacobi("sn",x,2),(x,-3,3)))
Callable function ring with arguments (x,)
Regards,
JM
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---