Hi all:

This is a question about usage on Cocalc, apologies if this isn't the right 
place. I'm trying to run the following commands in cocalc:
%gp
e(x) = exp(Pi*I*x);
e(1)
Thn(n,z,t,a,b) = e((n+a)^2*t) * e(2*(n+a)*(z+b));
{Th(z,t,a,b) = suminf(n=0,Thn(n,z,t,a,b)) +
               suminf(n=1,Thn(-n,z,t,a,b))};

Essentially, I'm trying to define the theta function with characteristic. 
However, the cell seems to get stuck forever in loading whenever I run 
this. OOH, when I run this same command on pari on my desktop, it works 
very quickly. Does anyone know what the issue might be?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/1b7ca4f3-4da1-4a35-b5f5-04d70c25041c%40googlegroups.com.

Reply via email to