Complex Tetration
#14
mike3 Wrote:Then you'll probably like the Kneser method more than Robbins' one. Robbins' only works for a limited range of complex heights since it creates a Taylor series in the height, which is limited by the singularities (and also, quasi-limited by the area of very rapid growth).

But the problem with kneser is that it requires some time to calculate the polynomials and set-up with the base. I need a code that can continuously output sexp(b, z) for different bases. For example, if I use code Sheldon created and want to calculate sexp(2, 0.5) + sexp(3, 0.5) then it isn't possible to directly command PARI to do that. We need to write init(2);sexp(0.5) and init(3);sexp(0.5) differently and then sum the results up. But consider that we need to do this several times. Then it is impossible by this algorithm. But I think Robbins' method doesn't requires the use of initializing the base(?). It's okay if limited, real values would do the thing.

mike3 Wrote:What commands are you using to give tetration? What commands did you use to get that value? As when I use it, PARI/GP returns a "*** log: zero argument in mplog" error -- which is what I'd expect, since there's a singularity. I use "init(2)" then "loop(<some number of loops>)" then "sexp(-3)". Perhaps you missed a command or used the wrong one?


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

mike3 Wrote:I'm curious: what exactly are you trying to do with this, anyway?

I mentioned before that I am working on a function. But I am currently too shy to give it away since I haven't succeeded to get any possible properties of the function Blush
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 746 11/13/2025, 10:33 AM
Last Post: TetrationSheep
  Real tetration as a limit of complex tetration Daniel 5 9,486 06/20/2023, 07:52 PM
Last Post: tommy1729
  Real and complex tetration Daniel 13 16,939 04/04/2023, 10:25 AM
Last Post: JmsNxn
  Evaluating Arithmetic Functions In The Complex Plane Caleb 6 8,549 02/20/2023, 12:16 AM
Last Post: tommy1729
  Range of complex tetration as real Daniel 2 4,930 10/22/2022, 08:08 PM
Last Post: Shanghai46
  From complex to real tetration Daniel 3 6,249 10/21/2022, 07:55 PM
Last Post: Daniel
  What are the types of complex iteration and tetration? Daniel 5 8,124 08/17/2022, 02:40 AM
Last Post: JmsNxn
  Complex to real tetration Daniel 1 3,766 08/14/2022, 04:18 AM
Last Post: JmsNxn
Question Convergent Complex Tetration Bases With the Most and Least Imaginary Parts Catullus 0 2,810 07/10/2022, 06:22 AM
Last Post: Catullus
  Complex to real tetration via Kneser Daniel 3 5,709 07/02/2022, 02:22 AM
Last Post: Daniel



Users browsing this thread: 1 Guest(s)