pentation and hexation
#10
(09/18/2019, 06:34 AM)Ember Edison Wrote:
(08/07/2017, 07:33 PM)sheldonison Wrote: Now onto Pentation.  The latest version of fatou.gp also has built in support for pentation for real bases, but lets start with the integer values for Pentation.

Hi, Do you have any idea make pentinit() support complex base? The real base>eta is Kneser's solution in sexpinit(), like base<E^(-E) and complex base.


Take a step back, base>eta is not All real field.

pentation, as implemented, relies on the Schroeder/Konig Abel function from the lower fixed point of tetration where tet(z)=z.  This is somewhere between tet(-2)=-infinity and tet(-1)=0.  Its a simpler solution than Kneser's solution; also less elegent and less well behaved.

Unfortunately, I'm too busy to write any code right now, and complex base pentation would seem to be a very large effort project.  The existing pentation code starts with an estimate of -1.97 and finds the fixed point iterating z=slog(z), and generates the Pentation solution, assuming it finds a repelling fixed point.  I think for complex bases it crashes when it tries to estimate the accuracy of the resulting Pentation solution, so it might not be too difficult for you to experiment with it.
  n=0;while (z1<1,z1=sexp(z1);n++);  
Code:
  z1 = subst(pentz,x,pentr);
  z2 = subst(pentz,x,pentr/lambdat);
  n=0;while (z1<1,z1=sexp(z1);n++);  
  n++;while (n>0, z2=sexp(z2);n--;);
  errz = -log(abs(z1-z2))/log(10);
...
- Sheldon
Reply


Messages In This Thread
pentation and hexation - by sheldonison - 08/07/2017, 07:33 PM
RE: pentation and hexation - by JmsNxn - 08/21/2017, 08:05 PM
RE: pentation and hexation - by sheldonison - 08/22/2017, 02:03 PM
RE: pentation and hexation - by JmsNxn - 08/22/2017, 10:38 PM
RE: pentation and hexation - by sheldonison - 09/03/2017, 10:11 PM
RE: pentation and hexation - by JmsNxn - 09/03/2017, 11:52 PM
RE: pentation and hexation - by sheldonison - 09/04/2017, 03:04 AM
RE: pentation and hexation - by JmsNxn - 09/04/2017, 04:07 AM
RE: pentation and hexation - by Ember Edison - 09/18/2019, 06:34 AM
RE: pentation and hexation - by sheldonison - 09/18/2019, 02:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  self penta root and infinite hexation Alex Zuma 2025 0 4,953 08/30/2025, 10:07 PM
Last Post: Alex Zuma 2025
  Pentation fractal Daniel 11 15,903 08/03/2022, 03:04 AM
Last Post: JmsNxn
  Tetration is pentation. This deserve more thinking. marraco 2 12,409 03/30/2015, 02:54 PM
Last Post: marraco
  Mizugadro, pentation, Book Kouznetsov 41 160,006 03/02/2015, 08:13 PM
Last Post: sheldonison
  Infinite Pentation (and x-srt-x) andydude 20 73,089 05/31/2011, 10:29 PM
Last Post: bo198214
  Regular "pentation"? mike3 12 55,130 04/04/2011, 03:16 AM
Last Post: BenStandeven
Smile Pentation roots self but please you do... nuninho1980 2 16,086 11/03/2010, 12:54 PM
Last Post: nuninho1980
  Pentation's definitional ambiguity Base-Acid Tetration 14 59,577 12/15/2009, 11:23 PM
Last Post: Base-Acid Tetration
  Complex fixed points of base-e tetration/tetralogarithm -> base-e pentation Base-Acid Tetration 19 79,358 10/24/2009, 04:12 AM
Last Post: andydude
  Exploring Pentation - Base e jaydfox 22 88,480 03/03/2008, 08:04 PM
Last Post: Ivars



Users browsing this thread: 1 Guest(s)