Bill Allombert on Tue, 15 May 2012 21:44:53 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: zetap |
On Tue, May 15, 2012 at 09:02:12PM +0200, sou nonyma wrote: > i think i tell ou the wrong function > i want to find the kubota leopold zeta function , but if i apply the > formula of L function to the trivial character, > i find that it equals the hurwitz zeta function at x=0 > but in the definition of the hurwitz zeta function a x^(-j) appear so i get > a division by zero > > thanks for your quick reply Looking at the code, you have to take f=p and sum from 1 to p-1 in the formula, i.e. (for odd p): zetap(x) = 2*sum(a=1,(p-1)/2,zetah(s,a/p))/p I am quite unable to explain you why this is so. Cheers, Bill.