Complex Tetration
#15
(02/20/2013, 11:30 AM)Balarka Sen Wrote: ...
I am using the code "kneser.gp" that I downloaded from here somewhere. It doesn't gives me any error, just returns the complex value I posted before. I typed init(2) then loop(6) and at last sexp(-3). It returns the same, ~6.73 + i*4.53
Its just a round off error. For approximations near the real axis, the code is using a Taylor series approximation for sexp(0). Then when you type in sexp(-3), it figures out that it should use sexp(0), and then take the logarithm three times. You initialized for base(2). But, the iterative method is not an exact solution, so sexp(0) is not exactly 1, but more like 1+4.524E-63. This is just an approximation artifact of the \( \log_2(\log_2(\delta)) \), where \( \delta \)=6.527E-63. The real part is just the \( \log_2(206.6) \). The imaginary part of 4.532i is just \( \frac{\pi i}{\log(2)} \). As a side note, its interesting to calculate values for sexp in the range from -3 to -2, and note that they all have this same imaginary value. And if you graph the approximation, you can clearly see that it has a singularity as z approaches -3, with the slope getting very large.

I agree with Mike, that especially for results in the complex plane, the kneser.gp code is your best bet. For larger values of imag(z), >0.85, it switches to a complex theta mapping generated from the complex fixed point schroder function, since the Taylor series at the real axis is only accurate to 32 decimal digits within a unit circle around the origin. See my recent post at http://math.stackexchange.com/questions/...-tetration for a really good short concise description, which happens to be for base(2), which you are using. Good luck with your explorations!
- Sheldon


Reply


Messages In This Thread
Complex Tetration - by Balarka Sen - 02/17/2013, 01:27 PM
RE: Complex Tetration - by bo198214 - 02/18/2013, 09:33 PM
RE: Complex Tetration - by tommy1729 - 02/18/2013, 11:20 PM
RE: Complex Tetration - by mike3 - 02/18/2013, 11:40 PM
RE: Complex Tetration - by Balarka Sen - 02/19/2013, 11:18 AM
RE: Complex Tetration - by sheldonison - 02/19/2013, 05:10 PM
RE: Complex Tetration - by bo198214 - 02/20/2013, 12:01 AM
RE: Complex Tetration - by mike3 - 02/20/2013, 12:06 AM
RE: Complex Tetration - by Balarka Sen - 02/19/2013, 08:07 PM
RE: Complex Tetration - by mike3 - 02/20/2013, 12:21 AM
RE: Complex Tetration - by bo198214 - 02/20/2013, 12:22 AM
RE: Complex Tetration - by Balarka Sen - 02/20/2013, 07:14 AM
RE: Complex Tetration - by mike3 - 02/20/2013, 07:59 AM
RE: Complex Tetration - by Balarka Sen - 02/20/2013, 11:30 AM
RE: Complex Tetration - by sheldonison - 02/20/2013, 12:04 PM
RE: Complex Tetration - by Balarka Sen - 02/21/2013, 01:52 PM
RE: Complex Tetration - by sheldonison - 02/21/2013, 02:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tetration with complex bases TetrationSheep 0 1,115 11/13/2025, 10:33 AM
Last Post: TetrationSheep
  Real tetration as a limit of complex tetration Daniel 5 10,492 06/20/2023, 07:52 PM
Last Post: tommy1729
  Real and complex tetration Daniel 13 19,175 04/04/2023, 10:25 AM
Last Post: JmsNxn
  Evaluating Arithmetic Functions In The Complex Plane Caleb 6 9,766 02/20/2023, 12:16 AM
Last Post: tommy1729
  Range of complex tetration as real Daniel 2 5,540 10/22/2022, 08:08 PM
Last Post: Shanghai46
  From complex to real tetration Daniel 3 6,997 10/21/2022, 07:55 PM
Last Post: Daniel
  What are the types of complex iteration and tetration? Daniel 5 9,168 08/17/2022, 02:40 AM
Last Post: JmsNxn
  Complex to real tetration Daniel 1 4,168 08/14/2022, 04:18 AM
Last Post: JmsNxn
Question Convergent Complex Tetration Bases With the Most and Least Imaginary Parts Catullus 0 3,076 07/10/2022, 06:22 AM
Last Post: Catullus
  Complex to real tetration via Kneser Daniel 3 6,369 07/02/2022, 02:22 AM
Last Post: Daniel



Users browsing this thread: 2 Guest(s)