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

 


HurwitzZeta

Returns the value of the Hurwitz Zeta-function.

Syntax:

c := HurwitzZeta(s,v,m0);

complex
  s  
real
  v  
integer
  m0  
complex
  c  

Description:

Given s \in C \setminus {1 } and v \in R. Then HurwitzZeta(s,v) returns the value of the Hurwitz Zeta-function at s.


Example:


kash> c := HurwitzZeta(Comp(2.4,3.1),0.4,6);
-8.511982 + 2.304635*i
kash> HurwitzZeta(Comp(2.4,3.1),0.4);
> -8.51198187508935436273191718773675923621648069199 + 2.30463482701114878654193\
3445673918516011077291233*i


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