[back] [prev] [next] [index] [root]

 


EisensteinSeries

Returns the value of the non-holomorphic Eisensteinseries.

Syntax:

c := EisensteinSeries(tau,s,a1,a2,q,N);

complex
  tau  
real
  s  
integer
  a1  
integer
  a2  
integer
  q  
positive integer
  N  

Description:

Given E(\tau,s,\a_1,a_2,q):=\sum\limits_{n \equiv a_1 \mod q, m \equiv a_2 \mod q} |n \tau + m|^{s} for s \in C and Re(s)>1. This function has a meromorphic continuation to C. We use the Fourier-series- expansion to calculate this function. Maass.


Example:


kash> c := EisensteinSeries(Comp(2.4,3.1),0.4,2,3,6,5);
> -0.0464001568398209806672836216520773803072859195067551 + 1.016212292896410126\
673369727459856258569024111299e-52*i


<- back[back] [prev] [next] [index] [root]