Hello, I am encountering an error when checking numerically the imaginary period of the Jacobi sn function:
sage: u=1.2 sage: m=0.5 sage: jacobi('sn',u,m) 0.887715488619 sage: jacobi('sn',u+2*I*elliptic_kc(1-m),m) jacobi_sn(1.2 + 3.7081493546*I, 0.500000000000000) sage: n(jacobi('sn',u+2*I*elliptic_kc(1-m),m)) WARNING: Output truncated! <html><a target='_new' href='/home/admin/0/cells/61/full_output.txt' class='file_link'>full_output.txt</a></html> The result should be the same as for jacobi('sn',u,m). I am running Sage 5.3 on a macbook air under OS 10.7.4. Thanks! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.