Expansion of base-e pentation
#12
I updated the pentation.gp code. The first thing the pentation code does is generate the sexp fixed point. The sexp fixed point gets very close to -2 as the base increases, and since there is a singularity at sexp(-2), that was breaking the previous code for bases>3. I decided to patch the slog function, and make a few other changes so that pentation at least works for bases<=10. It also works for all bases>=1.47, bases for which kneser.gp works.

This code includes all of the kneser.gp code, with the penation.gp code in one program, to make things simpler.

I also included the "sexpupfixed" routing, to iteratively generate the sexp base with a parabolic upper fixed point. The "sexpupfixed" routine requires about a dozen iterations of "init(B);loop" to get results accurate to 32 decimal digits, which takes about 15 minutes; I posted results for the value of the fixed point in this thread..
- Sheldon
Code:
\r pentation.gp
init(2);loop;  /* generate kneser.gp sexp series */
genpent;



Attached Files
.gp   pentation.gp (Size: 27.26 KB / Downloads: 1,188)
Reply


Messages In This Thread
Expansion of base-e pentation - by andydude - 10/24/2009, 04:30 AM
RE: Expansion of base-e pentation - by bo198214 - 10/24/2009, 10:13 AM
RE: Expansion of base-e pentation - by andydude - 10/24/2009, 10:49 AM
RE: Expansion of base-e pentation - by andydude - 10/25/2009, 07:14 AM
RE: Expansion of base-e pentation - by andydude - 10/29/2009, 11:36 AM
RE: Expansion of base-e pentation - by andydude - 10/31/2009, 09:47 AM
RE: Expansion of base-e pentation - by sheldonison - 11/02/2010, 03:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  complex base tetration program sheldonison 23 112,417 10/26/2016, 10:02 AM
Last Post: Gottfried
  Precision check on [pentation.gp] SOLVED Cherrina_Pixie 7 29,128 07/02/2011, 01:39 AM
Last Post: Cherrina_Pixie
  intuitive slog base sqrt(2) developed between 2 and 4 bo198214 1 10,116 09/10/2009, 06:47 PM
Last Post: bo198214
  Cheta with base-change: preliminary results jaydfox 20 74,020 08/12/2009, 07:02 PM
Last Post: jaydfox
  A nice series for b^^h , base sqrt(2), by diagonalization Gottfried 19 59,793 06/11/2009, 08:36 PM
Last Post: Gottfried
  Convergence of matrix solution for base e jaydfox 6 23,032 12/18/2007, 12:14 AM
Last Post: jaydfox



Users browsing this thread: 1 Guest(s)