sou nonyma on Thu, 17 May 2012 13:39:59 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: zetap


yes in the previous formula p was 3
and in sage , when i search for p-adic 4 zeta(4) i get :2*3^-2 + 3 + 2*3^2 + 3^4 + 2*3^7 + 3^9 + 2*3^10 + 3^11 + 2*3^12 + 2*3^13 + 2*3^14 + 2*3^15 + 2*3^16 + O(3^17)
and whith my program i get:
3+2*3^2+2*3^7+1*3^8+2*3^9+1*3^10+O(3^11)


2012/5/16 sou nonyma <sounonyma@gmail.com>
hello
so i am currently searching to have only zeta on 3-adic numbers
so with the formula i find that :
zetap(s)=2*zetahurwitz(s,1/3)/p
but i don't get the same answer as sage
is this because of the formula?

2012/5/15 Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
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.