new fatou.gp program
#15
(07/18/2019, 11:52 AM)bo198214 Wrote: Hey Sheldon, just want to say how amazed I am how extensively you developed your program, including the findings of Ecalle and the perturbed Fatou coordinates, while I was absent. Perhaps later I will ask some question about the analytic continuation of the base, which still puzzles me. Meanwhile I will read your fatou.gp to finally understand, what you are doing there Wink

Thanks Henryk.  I wanted to prove fatou would converge, but I hit interesting roadblocks when I try.  Here is a base(e) picture showing 60 sample points, and the correspondence.  I don't remember where I posted this before, but it belongs in this thread.
   
You can run sexpinit(exp(1)) which iterates, but you can also solve a linear system of equations, which works equally well, but you need to know how many samples you want for the theta mapping ahead of time, and its generally extra work, but I think more interesting for understanding how the program works.  matrix_ir(1,60,8 ) also solves slog base(e).  With 60 sample points, the precision is good for about 12 digits of precision with 61 terms in the Taylor series ranging from x^1, to x^60.  For the system of equations, or the iterative solution, the constant term is required to be zero.

Anyway, the points in yellow on the middle circle border are paired up with their exponent in yellow in the inner circle.  The points in brown are paired up with their logarithm in the inner circle.  The points in pink in the inner circle (and green for the conjugate) are used to tell the regular slog's Abel function what its theta mapping is.  Here, alpha_u is the upper abel function from the logarithm of the Schroeder equation, and theta_u is the theta mapping.  That is used to define the points in pink (and green) in the middle circle.  Solve the system of equations, or iterate adding sample points as you go, and you are solving this picture, as the number of sample points goes to infinity.  Here, all the points are paired up with data points in a smaller radius circle, so the high frequency components aren't as relevant and the solution is both linear and very stable.  The same is true of the theta mappings.  
For Kneser's slog, there is a complex valued inverse superfunction in the upper half of complex plane, and another in the lower half of the complex plane, generated from the formal Schroder function which my program generates.
\( \alpha_u=\frac{\ln(\psi(z))}{\ln(\lambda)};\;\;\lambda=L;\;\; \) for base_e lambda=L
\( \alpha_r(z)=\alpha_u(z)+\theta_u(\alpha_u(z));\;\; \) real valued Abel function via 1-cyclic theta mapping
\( \alpha_r(z)=\frac{\ln(z-L_1)}{\ln(\lambda_1)} + \frac{\ln(z-L_2)}{\ln(\lambda_2)} + p(z)\;\; \) real valued abel function via Taylor series p(z) centered between fixed points
\( \text{slog}(z)=\alpha_r(z)-\alpha_r(1) \)

I have lots more charts I could post as time permits.  The algorithm works for lots of repelling and attracting complex bases, as long as they're not on the Shell Thron boundary or have a period too close to pseudo period-2, but you can get really close to the boundary and it still works, just a little slower.
- Sheldon
Reply


Messages In This Thread
new fatou.gp program - by sheldonison - 07/10/2015, 08:58 PM
RE: new fatou.gp program - by sheldonison - 01/10/2016, 12:07 AM
RE: new fatou.gp program - by marraco - 01/13/2016, 07:39 PM
RE: new fatou.gp program - by andydude - 01/14/2016, 12:58 AM
RE: new fatou.gp program - by sheldonison - 01/16/2016, 12:58 AM
RE: new fatou.gp program - by marraco - 02/15/2016, 01:20 AM
RE: new fatou.gp program - by marraco - 02/15/2016, 10:12 PM
RE: new fatou.gp program - by sheldonison - 02/16/2016, 12:48 AM
RE: new fatou.gp program - by Xorter - 12/25/2016, 07:52 PM
RE: new fatou.gp program - by sheldonison - 12/26/2016, 12:14 PM
RE: new fatou.gp program - by Xorter - 01/02/2017, 02:26 PM
RE: new fatou.gp program - by sheldonison - 01/03/2017, 09:24 AM
RE: new fatou.gp program - by sheldonison - 08/08/2017, 12:32 AM
RE: new fatou.gp program - by Ember Edison - 07/22/2019, 11:56 PM
RE: new fatou.gp program - by sheldonison - 07/27/2019, 07:38 AM
RE: new fatou.gp program - by Ember Edison - 07/29/2019, 10:35 AM
RE: new fatou.gp program - by sheldonison - 08/14/2019, 09:57 AM
RE: new fatou.gp program - by Ember Edison - 02/08/2020, 05:37 PM
RE: new fatou.gp program - by sheldonison - 02/11/2020, 04:47 PM
RE: new fatou.gp program - by bo198214 - 07/18/2019, 11:52 AM
RE: new fatou.gp program - by sheldonison - 07/18/2019, 10:58 PM
RE: new fatou.gp program - by JmsNxn - 04/29/2021, 06:32 AM
RE: new fatou.gp program - by bo198214 - 04/29/2021, 11:16 AM
RE: new fatou.gp program - by Catullus - 07/03/2022, 01:55 AM
RE: new fatou.gp program - by JmsNxn - 07/03/2022, 07:14 AM
RE: new fatou.gp program - by Catullus - 07/03/2022, 08:56 AM
RE: new fatou.gp program - by JmsNxn - 07/04/2022, 11:28 PM
RE: new fatou.gp program - by Catullus - 07/05/2022, 01:31 AM
RE: new fatou.gp program - by JmsNxn - 07/05/2022, 01:36 AM
RE: new fatou.gp program - by Catullus - 07/05/2022, 08:20 AM
RE: new fatou.gp program - by JmsNxn - 07/07/2022, 01:09 AM
RE: new fatou.gp program - by Catullus - 07/09/2022, 06:55 AM
RE: new fatou.gp program - by JmsNxn - 07/10/2022, 01:51 AM
RE: new fatou.gp program - by Catullus - 07/10/2022, 02:23 AM
RE: new fatou.gp program - by Pentalogue - 04/10/2026, 02:09 PM
RE: new fatou.gp program - by sheldonison - 04/27/2026, 02:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The beta method program JmsNxn 0 4,400 02/25/2022, 03:05 AM
Last Post: JmsNxn
  My new ABEL_L.gp program JmsNxn 13 24,448 10/06/2021, 07:18 PM
Last Post: Ember Edison
  Test for fatou.gp Ember Edison 3 13,198 09/14/2019, 04:55 AM
Last Post: Ember Edison
  Natural complex tetration program + video MorgothV8 1 9,337 04/27/2018, 07:54 PM
Last Post: MorgothV8
  Mathematica program for tetration based on the series with q-binomial coefficients Vladimir Reshetnikov 0 7,821 01/13/2017, 10:51 PM
Last Post: Vladimir Reshetnikov
  complex base tetration program sheldonison 23 115,270 10/26/2016, 10:02 AM
Last Post: Gottfried
  C++ program for generatin complex map in EPS format MorgothV8 0 7,757 09/17/2014, 04:14 PM
Last Post: MorgothV8



Users browsing this thread: 4 Guest(s)