My new ABEL_L.gp program
#9
(06/17/2021, 04:29 AM)Ember Edison Wrote: We use Pari not only because it is simple, for example, in Wolfram Mathematica, a lot of large number operation (like exp/log) will make it memory overflow.

I'm very angry when I say it...Tetration is one of the most important fractal functions. Wolfram, what shit did you do?

I don't want to say that Pari is perfect(like abs(x) < 1E-1000000 and calculation log(x) ), but at least it won’t fuck down my windows

Ya, I wrote virtually the same program in Matlab and it just overflows everywhere before doing anything.


I updated the code and managed to get it nearly working to perfection. Ironically the error I'm having is precisely the error Ember is talking about. In my iteration we can dip a little too close to 0; and the log's either overflow or; you can make a cut off function on the log. This produces some fractal anomalies. But it works fine away from the real line, on the real line; but in a neighborhood of the real line it can be a little fractally.

Now, though, all you need is to call

\(
\text{sexp}(z)\\
\)

for the super-exponential; which will (almost everywhere) be accurate to 100 decimal places.

You can also grab taylor series about a point; say \( \pi \) by writing,

\(
\text{sexp}(\pi + z , z)\\
\)

Again, the code is no where near as good as Sheldon's but I've polished it very well since before.

It's available on the github repository.

   

You can see what I mean by some hairs appearing near the real line; until I can figure out a way to fix this logarithm problem they're there to stay. I still suggest for near the real line to expand a taylor series on the real line and just sum it; this works better and won't have the hairs. But nonetheless; this construction is entirely made from recursion.

That is to say; this is a purely recursive program; and I've only proved it works for a theoretical turing machine with infinite memory. Without infinite memory we get glitches specific to the real line. And it's precisely because of Ember's comment of pari-gp.
Reply


Messages In This Thread
My new ABEL_L.gp program - by JmsNxn - 05/21/2021, 03:44 AM
RE: My new ABEL_L.gp program - by tommy1729 - 05/22/2021, 12:11 PM
RE: My new ABEL_L.gp program - by JmsNxn - 05/22/2021, 11:19 PM
RE: My new ABEL_L.gp program - by JmsNxn - 05/31/2021, 07:34 AM
RE: My new ABEL_L.gp program - by JmsNxn - 06/03/2021, 05:47 AM
RE: My new ABEL_L.gp program - by JmsNxn - 06/07/2021, 03:34 AM
RE: My new ABEL_L.gp program - by JmsNxn - 06/09/2021, 01:23 AM
RE: My new ABEL_L.gp program - by Ember Edison - 06/17/2021, 04:29 AM
RE: My new ABEL_L.gp program - by JmsNxn - 06/17/2021, 06:54 PM
RE: My new ABEL_L.gp program - by JmsNxn - 07/14/2021, 12:42 AM
RE: My new ABEL_L.gp program - by Ember Edison - 09/29/2021, 07:40 PM
RE: My new ABEL_L.gp program - by JmsNxn - 09/30/2021, 03:08 AM
RE: My new ABEL_L.gp program - by JmsNxn - 10/05/2021, 12:46 AM
RE: My new ABEL_L.gp program - by Ember Edison - 10/06/2021, 07:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Wink new fatou.gp program sheldonison 34 101,500 04/10/2026, 02:09 PM
Last Post: Pentalogue
  The beta method program JmsNxn 0 4,155 02/25/2022, 03:05 AM
Last Post: JmsNxn
  Natural complex tetration program + video MorgothV8 1 8,922 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,430 01/13/2017, 10:51 PM
Last Post: Vladimir Reshetnikov
  complex base tetration program sheldonison 23 111,975 10/26/2016, 10:02 AM
Last Post: Gottfried
  C++ program for generatin complex map in EPS format MorgothV8 0 7,518 09/17/2014, 04:14 PM
Last Post: MorgothV8



Users browsing this thread: 2 Guest(s)