complex base tetration program
#18
[update] Ah, got it working with Pari/GP v. 2.7 in a winxp-32bit virtual machine. Great, so I can recompute my example in MSE. I'll look for the incompatibility reasons and shall tell them later.[/update]

Here is the comparision of the regular/Schröder-solution and the (extended/generalized) Kneser-mechanism (see bottom of posting).
(This is the link to the discussion in MSE : http://math.stackexchange.com/questions/...ing-us-all )


-------------------------------------------------------

Hi Sheldon -

this is what I've done and what I've got with the just-downloaded fatou.gp: (this is the old Pari/GP 2.2.11-version)
Code:
\r f:\download\fatou.gp
    seriesprecision = 21 significant terms
   format = g0.15
help(); help2(); andrewjay(); for other functions
\p 38  /* precis=38; 32-35 digits.  default \p 28 ~=24 decimal digits; */
/* generates Abel function for iterating z <= exp(z)-1+k; f(z) */
loop(k,nlim,nskip,looplim); sexpinit(b); /* b=exp(exp(k-1)); */
loop(1);  sexpinit(exp(1));  /* two examples for tetration for base e */
slog(z); sexp(z); abel(z); invabel(z,est);
sexptaylor(center,radius,samples); slogtaylor(c,r,s);
invabeltaylor(c,r,s); abeltaylor(c,r,s);
fmode=0:abel  1:invabel  2:slog  3:sexp
MakeGraph(width,height,x0,y0,x1,y1,filename, n); /* f(z); fmode */
debugprint=0; quietmode=0; x2mode=0; /* x2mode=1; iterate z^2+z+k */
prtpoly(wtaylor,t,name);

setmaxconvergence(); /* base i is hard to compute */
thlogk=1;
ctr=19/20;
ir=57/64;
ctfactor=85/100;
disabautoctfactor=1;
staylorstop=40;

sexpinit(I);
    seriesprecision = 21 significant terms
   format = g0.15
1 0.474349095548301 0.0458093729068993 23 4 20
2 0.236926728615837 0.409974883179566 41 6 40
3 3.91014217666629 E144 4.33918410729562 E143 61 7 60
  *** vector: negative number of components in vector.

sexp(0.5)
   *** if: incorrect type in comparison.



Attached Files Thumbnail(s)
   
Gottfried Helms, Kassel
Reply


Messages In This Thread
complex base tetration program - by sheldonison - 02/29/2012, 10:28 PM
RE: complex base tetration program - by mike3 - 03/10/2012, 06:59 AM
RE: complex base tetration program - by mike3 - 03/11/2012, 12:27 AM
RE: complex base tetration program - by Gottfried - 02/06/2016, 01:37 AM
RE: complex base tetration program - by Gottfried - 02/06/2016, 05:36 PM
RE: complex base tetration program - by Gottfried - 02/07/2016, 05:27 AM
RE: complex base tetration program - by Gottfried - 02/07/2016, 01:25 PM
RE: complex base tetration program - by Gottfried - 10/24/2016, 11:50 PM
RE: complex base tetration program - by Gottfried - 10/26/2016, 10:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Wink new fatou.gp program sheldonison 35 103,040 04/27/2026, 02:57 AM
Last Post: sheldonison
  The beta method program JmsNxn 0 4,230 02/25/2022, 03:05 AM
Last Post: JmsNxn
  My new ABEL_L.gp program JmsNxn 13 23,357 10/06/2021, 07:18 PM
Last Post: Ember Edison
  Natural complex tetration program + video MorgothV8 1 9,049 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,527 01/13/2017, 10:51 PM
Last Post: Vladimir Reshetnikov
  C++ program for generatin complex map in EPS format MorgothV8 0 7,602 09/17/2014, 04:14 PM
Last Post: MorgothV8
  Green Eggs and HAM: Tetration for ALL bases, real and complex, now possible? mike3 27 101,932 07/02/2014, 10:13 PM
Last Post: tommy1729
  "Kneser"/Riemann mapping method code for *complex* bases mike3 2 16,743 08/15/2011, 03:14 PM
Last Post: Gottfried
  Expansion of base-e pentation andydude 13 61,682 07/02/2011, 01:40 AM
Last Post: Cherrina_Pixie
  intuitive slog base sqrt(2) developed between 2 and 4 bo198214 1 10,179 09/10/2009, 06:47 PM
Last Post: bo198214



Users browsing this thread: 2 Guest(s)