[MSE] Shape of orbit of iterations with base b on Shell-Thron-region
#6
(10/30/2019, 04:58 PM)Ember Edison Wrote:
(08/18/2019, 02:22 PM)sheldonison Wrote: There you also cover the dynamics for the rational case as well.  Since the Schroeder function doesn't exist when the multiplier at the fixed point is 1, or a rational root of 1, then one can use Ecalle's solution for the Abel function.  

Hi
I want to use fatou.gp.ecalle() evaluate Shell-Thron-region rational base, but my series input isn't work. can you give me some code for examples? 

And...I want to evaluate derivative for sexp/slog/pent/sroot, Can I just use deriv(sexptaylor()), deriv(slogtaylor()), deriv(kecalle), deriv(pentaylor()), deriv(gm)? 
I see the ihex_deriv() you use are not simple.

l=1/exp(1); /* the fixed point */
b=exp(-exp(1)); /* the base */
f=b^b^(l+x)-l; /* this is the f(f(x); a function with a derivative=1 and a fixed point of ~zero */
f=strip0fx(f); /* strip off the x^0 term which was only approximately zero; it is required to be exactly zero */

ecalle(f,16); /* initialize formal series for ecalle assymptotic; 16 positive terms; two neg terms; one log term */
z1=0.1; z2=b^b^(z1+l)-l; /* test example; z1=0.1; z2=f(f(0.1)); */
ecalleu(z1) /* [abel_function,abel_function_derivative]; [44.892671576806680805639501168174, */
ecalleu(z2) /* [abel_function,abel_function_derivative]; [45.892671576806680693723673529703, */

the closer z1 and z2 are to zero, the more accurate the asymptotic series; in this case the abel function is accurate to 16 decimal digits.  Notice that f has fixed point of zero, derivative of 1, and no x^2 term

f = x*  1.0000000000000000000000000000000
+x^ 2* -4.324402048806904993 E-39   /* ecalle smart enough to ignore x^2 */
+x^ 3* -1.2315093498217750378717379100958
+x^ 4*  0.83689737179948615587202206894090
+x^ 5*  0.90996916721907065130183768671435

This leads to an ecalle assymptotic form for f with two neg terms; a_2/x^2 + a_1/x; a log term, and we calculated 16 terms of the assymptotic above.
- Sheldon
- Sheldon
Reply


Messages In This Thread
RE: [MSE] Shape of orbit of iterations with base b on Shell-Thron-region - by sheldonison - 10/31/2019, 09:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [note dump] Iterations and Actions MphLee 24 32,020 8 hours ago
Last Post: MphLee
  Orbit-like maps on linearly ordered groups Natsugou 1 919 11/08/2025, 09:20 AM
Last Post: Natsugou
  Is there any ways to compute iterations of a oscillating function ? Shanghai46 3 7,835 10/15/2023, 11:21 PM
Last Post: tommy1729
  [2sinh] exp(x) - exp( - (e-1) x), Low Base Constant (LBC) 1.5056377.. tommy1729 3 5,836 04/30/2023, 01:22 AM
Last Post: tommy1729
  digit extracting iterations tommy1729 0 2,432 02/05/2023, 11:08 PM
Last Post: tommy1729
  Qs on extension of continuous iterations from analytic functs to non-analytic Leo.W 18 24,981 09/18/2022, 09:37 PM
Last Post: tommy1729
  Apropos "fix"point: are the fractional iterations from there "fix" as well? Gottfried 12 15,139 07/19/2022, 03:18 AM
Last Post: JmsNxn
Question Measure of the Shell-Thron Region Catullus 1 3,145 07/10/2022, 02:30 AM
Last Post: JmsNxn
  Base -1 marraco 15 37,124 07/06/2022, 09:37 AM
Last Post: Catullus
  I thought I'd take a crack at base = 1/2 JmsNxn 9 13,502 06/20/2022, 08:28 AM
Last Post: Catullus



Users browsing this thread: 1 Guest(s)