My new ABEL_L.gp program
#5
AHA!

I think I'm getting the hang of making this work. I'm making this as I go; and I've been reminding myself, as I go, how to code in C based languages. I've improved some of the code for this, but I've kept the same structure. I will have more to update on as I progress. But! I thought I'd share a really cool graph I just made. I'm broaching the territory of proving this isn't Kneser's but I'm trying to get there.

Over the domain \( -1 \le \Re(z) \le 4 \) and \( 10 \le \Im(z) \le 12 \), this is \( \text{tet}_\beta(z) \):

   

The more the chaos, the more I'm right. This tetration is not normal when we apply the principal branch of the logarithm. It behaves like a julia set, and not like a standard Schroder iteration.




Here's a larger portrait over the domain \( -1 \le \Re(z) \le 5 \) and \( 2 \le \Im(z) \le 12 \), this is \( \text{tet}_\beta(z) \),

   

And another large portrait over the domain \( -1 \le \Re(z) \le 5 \) and \( 10 \le \Im(z) \le 20 \).

   

I'm still having trouble making fast and accurate code near the real-line--but I'm pretty sure I have the upper and lower half-planes well managed.


So I thought I'd post a graph full of artifacts, and explain why we have these artifacts. Pari-GP always chooses the principal branch of the logarithm. Therefore as we increase the imaginary argument; since this function is not normal on \( \Im(z) > 0 \), then you get a cycle between \( \Im(z) >,<0 \).

No where else is this more obvious than with the recursive definition of the code on the Real line. Everything works great away from the real line; but on the real line the recursive definition fails. Where it's trying to swap between \( Im(z) >,<0 \). This is because, in a neighborhood of the real line, the principal branch of \( \log \) is NOT NORMAL on \( \text{tet}_\beta \). So my pretty Taylor series versions are correct, these recursive graphs are not necessarily. Still this looks similar to what I posted before (I'll add it after).

The purple (resp. green) which appears in the upper/lower half plane; is a swap between \( \pi,-\pi \); which forces all the errors. I'm still in the process of making a "Matrix Add On" for this code; which we'll solve this problem. But nonetheless, here's what a better recursive code looks like.

The recursive definition using the principal branch of \( \log \):

   

The definition using Taylor series; and where we choose arbitrary logs, not just the principal.

   
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: 1 Guest(s)