10/07/2021, 04:12 PM
(This post was last modified: 10/08/2021, 02:57 PM by sheldonison.)
(10/07/2021, 05:20 AM)JmsNxn Wrote: All of the numbers you've posted evaluate small, but non-zero; no matter the depth of iteration I invoke. There also seems to be no branch-cuts after your singularities...
AHHH I see much more clearly. I think you are running into a fallacy of the infinite though.
(to begin, that should be \( \tau(z) \approx -\log(1+\exp(-z)) \), though (I'm sure it's a typo on your part).)
... My diagnosis of the singularities is loss of accuracy in the sample points of beta... And furthermore, straight up artifacts.
James,
I'm trying to understand your concerns. It is true that I was focused exclusively on the zeros of \( f(z)=\ln(\beta(z+1,1)=\beta(z,1)-\ln(1+\exp(-z)) \). At each of the points I listed, beta(z) and f(z) are both well defined and analytic and relatively easy to compute with pari.gp, and at each of these points f(z)=0, which leads to a singularity in \( \ln(f(z)) \) and seems to be a problem... Unlike tet(z), which has no zeros in the complex plane for \( \Im(z)<>0 \) f(z) does have zeros, and it has an infinite number of zeros.
Am I correct that one of your suggestions would be to instead look at the following function in the neighborhood of the zeros?
\( \lim_{m\to \infty}f^m(z)=\ln^{\circ m}(f(z+m)) \)
Then it would seem the value of z shifts a little. The limit would be at the nearby point where where \( f(z+4)=e\uparrow\uparrow 3 \) at which point no further numeric convergence is possible.
Code:
z0 is the value for m=0: z0=5.31361674343693018580658 + 0.803861889686272103890852*I; f(z0)=0; beta(z0+1)=1
z4 is the limiting value for m=4: z4=5.32119139366544998965263 + 0.816482374289017956146532*I; f(z4+4)=e^^3
- Sheldon

