Solving tetration for base 0 < b < e^-e
#18
(09/13/2009, 06:14 AM)Gottfried Wrote: The series has complex terms and is very difficult to evaluate - I accelerate slow converging series usually with Euler-summation, but the series has complex terms and it seems I need also complex order for Euler-summation. With 128 terms I could at least get results which reproduced the integer iteration to such an approximate that I'm confident that the series can be used in principle.
However, the fractional iterates behave even worse, and two half-iterates reproduce the integer iterate just to two decimals... Sad

The schröder-term s for schr(x') and x'=x/t0 - 1 at x=1 is, according to the last three partial sums of the series (128 terms):
Code:
[126]  -0.4119542792176348+1.439754774257274*I
[127]  -0.4119542792176264+1.439754774257268*I
[128]  -0.4119542792176181+1.439754774257268*I
...
where I assume s~ -0.411954279217... +1.439754774257...*I as correct decimals.

The general precision can drastically be improved if we insert a "stirling-transform" of the schröder- and the inverse schröder-function.
Code:
[126]  -0.4119542792176179+1.439754774257279*I
[127]  -0.4119542792176179+1.439754774257279*I
[128]  -0.4119542792176179+1.439754774257279*I
...
ps[128]-ps[127]=-1.432629629141992 E-55 - 1.024270322737871 E-55*I
So the partial sums in that region differ only by values of order 1e-55 and we get a reliable value for the schröder-function up to at least 50 digits.

We compose the coefficients of the Schröder-function using the factorially scaled Stirling-numbers 2'nd kind (just pre-multiply the Bell-matrix of the schröder-function by the Bell-matrix of exp(x)-1 and postmultiply the Bell-matrix of the inverse schröder-function by the Bell-matrix of log(1+x), in my notation fS2F*W and WI*fS1F )

If we call the new schröder-function

eschr(log(1+x)) = schr(x)

then I got much better precision: denote the function f(h) the so constructed sexp-function f(h) = exp_b°h(1), u0 the log of the complex fixpoint, second branch (=log(t0) + 2*Pi*I)
Code:
bl = log(b) // = -2.718...
x' = log(x/t0)
y'=eschr°-1 (u0^h*eschr(x'))
y = exp(y')*t0
then
f(1)     - b    = -2.244868624099733 E-60 + 3.153343574801035 E-60*I  // order for Eulersum: 1.4 - 0.1*I
f(2)     - b°2  =  1.922763821393618 E-13 + 1.897277601645949 E-13*I  // order for Eulersum: 2.5-1.2*I
f(-1)*bl - 0    =  4.089597929065041 E-56 + 6.283185307179586*I       // order for Eulersum: 1 (direct sum, no acceleration needed)
However, as we see at the f(-1)-entry we needed a correction factor to get the correct real value - but with this we have the imaginary part differing with 2*Pi*I. I don't know yet how to include this smoothly into the formula, so it does not yet make sense to try to improve the fractional iterates with this...

Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: Solving tetration for base 0 < b < e^-e - by Gottfried - 09/13/2009, 01:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [2sinh] exp(x) - exp( - (e-1) x), Low Base Constant (LBC) 1.5056377.. tommy1729 3 5,833 04/30/2023, 01:22 AM
Last Post: tommy1729
  Base -1 marraco 15 37,118 07/06/2022, 09:37 AM
Last Post: Catullus
  I thought I'd take a crack at base = 1/2 JmsNxn 9 13,499 06/20/2022, 08:28 AM
Last Post: Catullus
  solving f(g(x)) = f(x) converging to f(exp(x)) = f(x) tommy1729 2 4,331 05/26/2022, 11:07 PM
Last Post: JmsNxn
Big Grin Repetition of the last digits of a tetration of generic base Luknik 12 19,596 12/16/2021, 12:26 AM
Last Post: marcokrt
  On the [tex]2 \pi i[/tex]-periodic solution to tetration, base e JmsNxn 0 3,509 09/28/2021, 05:44 AM
Last Post: JmsNxn
  A different approach to the base-change method JmsNxn 0 3,877 03/17/2021, 11:15 PM
Last Post: JmsNxn
  Complex Tetration, to base exp(1/e) Ember Edison 7 23,324 08/14/2019, 09:15 AM
Last Post: sheldonison
  b^b^x with base 0<b<e^-e have three real fixpoints Gottfried 1 9,398 11/07/2017, 11:06 AM
Last Post: sheldonison
Question Analytic matrices and the base units Xorter 2 10,340 07/19/2017, 10:34 AM
Last Post: Xorter



Users browsing this thread: 1 Guest(s)