I'm not sure what 3d plot you want. However, if I read the documentation at the link you provided correctly then
sage: E = pari(['1', 'I']) sage: E.ellwp(1+I) -1/2*I says p(1+i)=-i/2 for the elliptic curve associated to Z+iZ. Maybe you want to plot the real and imaginary parts of sage: f = lambda a,b: E.ellwp(a+b*I) sage: f(1,1) -1/2*I or something like that? On Tue, Apr 22, 2008 at 6:00 AM, Kai <[EMAIL PROTECTED]> wrote: > > Hi there, > > i am currently writing a term paper on the Weierstrass p-function and > was wondering if i could create a plot of it for a certain lattice. I > already found the function ellwp() in the documentation > http://www.sagemath.org/doc/html/ref/module-sage.libs.pari.gen.html, > but had some difficulties with defining the lattice and finally making > a 3D Plot of it. Since im not very experienced with SAGE yet, I was > wondering if someone could tell me how to do this for the square > lattice i*Z+Z. > > thanks in advance, > Kai > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---