[split] Understanding Kneser Riemann method
#8
(01/13/2016, 09:29 PM)andydude Wrote:
(01/13/2016, 01:37 PM)sheldonison Wrote: The two pari-gp programs agree with each other. And they both agree that when you rotate 180 degrees around eta, the function you get is no longer real valued at the real axis!

What exactly do you mean by "rotate"? Do you mean if you start with a base \( b > \eta \) and vary the base towards 1 that the Riemann mapping function turns the already real solution into a complex solution?

Start with \( b=\eta+0.2 \)
Then rotate slowly
\( b=\eta+0.2\cdot\exp(0.25 \pi i) ...\;\; b=\eta+0.2\cdot\exp(0.50 \pi i) ...\;\; \eta+0.2\cdot\exp(0.75 \pi i) ... \;\; \eta+0.2\cdot\exp(1.0 \pi i)=\eta-0.2\approx 1.245 \)

At each step along the way, generate an analytic Kneser type mapping using one of the fixed points in the upper half of the complex plane, and the other fixed point in the lower half of the complex plane. The resulting Kneser mapping is no longer real valued at the real axis. The imaginary offset is much more visible in the slog between the fixed points, which varies by about 2*10^-8. The sexp(z) imaginary component is around 10^-14.

update Better yet, look at the beautiful sequence of complex base tetration in my tetcomplex.gp post#4 and post#15, http://math.eretrandre.org/tetrationforu...hp?tid=729

ok, there is a natural desire to work with b=sqrt(2); So lets load up fatou.gp, and up the precision to 67 decimal digits. The two fixed points are 2 and 4.
Code:
\r fatou.gp
\p 67
sexpinit(sqrt(2))  /* the default limit of 50 iterations also limits precision to 10^-46 */
/* if desired, to get around the 50 iteration count, use loop(log(log(sqrt(2)))+1,70) */
slog(-2) /* these 4 points<2 are near the real axis, but Im(z) isn't exactly zero */
slog(0)
slog(0.5) /* the imaginary jitter is around 10^-48 */
slog(1.9)
slog(2.1) /* these 3 points beween 2 & 4 have Im(z)~=-8.57i, but its not exact */
slog(3)  /* the imaginary jitter is around 10^-25 */
slog(3.9)
slog(4.1) /* these 3 points>4 have Im(z)~=-18.2i, but its not exact either */
slog(6) /* the imaginary jitter is around 10^-50 */
slog(8)
- Sheldon
Reply


Messages In This Thread
RE: Should tetration be a multivalued function? - by sheldonison - 01/13/2016, 10:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fractional tetration method Koha 2 6,098 06/05/2025, 01:40 AM
Last Post: Pentalogue
  Riemann surface of tetration Daniel 1 6,025 07/28/2023, 05:42 PM
Last Post: Daniel
  The ultimate beta method JmsNxn 8 10,979 04/15/2023, 02:36 AM
Last Post: JmsNxn
  [NT] Extending a Jacobi function using Riemann Surfaces JmsNxn 2 4,871 02/26/2023, 08:22 PM
Last Post: tommy1729
  Artificial Neural Networks vs. Kneser Ember Edison 5 6,874 02/22/2023, 08:52 PM
Last Post: tommy1729
  greedy method for tetration ? tommy1729 0 3,043 02/11/2023, 12:13 AM
Last Post: tommy1729
  tommy's "linear" summability method tommy1729 15 18,336 02/10/2023, 03:55 AM
Last Post: JmsNxn
  another infinite composition gaussian method clone tommy1729 2 5,055 01/24/2023, 12:53 AM
Last Post: tommy1729
  Understanding \(f(z,\theta) = e^{e^{i\theta}z} - 1\) JmsNxn 23 22,189 01/23/2023, 02:38 AM
Last Post: JmsNxn
  Semi-group iso , tommy's limit fix method and alternative limit for 2sinh method tommy1729 1 4,637 12/30/2022, 11:27 PM
Last Post: tommy1729



Users browsing this thread: 2 Guest(s)