I don't know the cause of your problem but the following works for me
sage: f1 = lambda x: jacobi("sn",x,1)
sage: f2 = lambda x: jacobi("sn",x,2)
sage: plot(f1,(x,-3,3))
sage: plot(f2,(x,-3,3))
and hopefully is at least a workaround.
On Fri, Aug 22, 2008 at 11:01 PM, Jason Merrill <[EMAIL PROTECTED]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---