Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #783

Re: A zeta function limit

From Axel Vogt <&noreply@axelvogt.de>
Newsgroups comp.soft-sys.math.maple
Subject Re: A zeta function limit
Date 2013-07-09 21:00 +0200
Message-ID <b4351hFagikU1@mid.individual.net> (permalink)
References <853ced10-e2b6-4aa9-9518-4426959beb6b@googlegroups.com>

Show all headers | View raw


On 09.07.2013 19:28, peter.luschny@gmail.com wrote:
> With Maple V R5 I get
> 
> f := z -> -(-Zeta(1-z)+z*Zeta(1,1-z))/(z*Zeta(1-z));
> limit(f(z), z=0);
> 
> MAPLE> -gamma
> 
> But looking at the plot kindly provided by Wolfram Alpha
> I feel unsure if this is correct.
> 
> Limit[(-Zeta[1 - z] + z D[Zeta[1 - z], z])/(-(z Zeta[1 - z])), z->0]
> 
> Peter
> 

Using M17 also gives me that (the alternative MultiSeries
does it as well), and f(1e-12) is close (even with 100
decimal places. Plotting with y-range fits with that,
plot(f(z), z=0 .. 1, -1 .. 0);

However the Maple equivalent for z D[Zeta[1 - z], z] is
z*diff(Zeta(1-z),z) = - z*Zeta(1,1-z) while in your f
you have a '+' sign, you have D(Zeta)(1-z) there.

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

A zeta function limit peter.luschny@gmail.com - 2013-07-09 10:28 -0700
  Re: A zeta function limit Axel Vogt <&noreply@axelvogt.de> - 2013-07-09 21:00 +0200
    Re: A zeta function limit peter.luschny@gmail.com - 2013-07-09 13:08 -0700

csiph-web