Taylor series of cheta
#13
(08/28/2016, 03:05 PM)Xorter Wrote: Hello, Sergo!
Well, this programme looks really promising. Thank you for sharing it with me. It can calculate hyperops with fractional and complex ranks ... BUT it cannot calculate tetrations like H(2;4;3) which would be 16, but it gives 11.713... Why?
And I am really interested in that how can this programme evaluate Cheta and Inverse-cheta functions for fractional and complex arguments. Can you tell me it?

Here's another interesting code fragment which implements
\( f(z)=a^z;\;\;\; h(a,b,c)=f^{\circ b} ( c ) \)
This code fragment works with the other tetration program I wrote; fatou.gp The function h(a,b,c) is an analytic function in all three variables; (a,b,c); there is a parabolic singularity at \( a=\eta=\exp(1/e) \); analytic continuation explains why the sexp function is no longer real valued for fractional iterates for bases<eta.
\( h(a,b,1) = \text{sexp_a}(b) \)
\( h(a,1,b) = a^b \)
\( h(a,-1,b) = \log_a(b) \)
The half iterates of exp and log would be:
\( h(a,0.5,h(a,0.5,b)) = a^b \)
\( h(a,-0.5,h(a,-0.5,b)) = \log_a(b) \)
Code:
\r fatou.gp
h(a,b,c) = {
quietmode=1;
sexpinit(a);
return(sexp(slog(c)+b));
}
- Sheldon
Reply


Messages In This Thread
Taylor series of cheta - by Xorter - 08/22/2016, 08:28 PM
RE: Taylor series of cheta - by JmsNxn - 08/22/2016, 09:41 PM
RE: Taylor series of cheta - by Xorter - 08/23/2016, 08:37 PM
RE: Taylor series of cheta - by sheldonison - 08/24/2016, 03:32 PM
RE: Taylor series of cheta - by Xorter - 08/26/2016, 06:44 PM
RE: Taylor series of cheta - by sheldonison - 08/27/2016, 12:08 AM
RE: Taylor series of cheta - by Xorter - 08/27/2016, 07:05 PM
RE: Taylor series of cheta - by Sergo - 08/28/2016, 01:04 PM
RE: Taylor series of cheta - by Xorter - 08/28/2016, 03:05 PM
RE: Taylor series of cheta - by sheldonison - 08/28/2016, 08:40 PM
RE: Taylor series of cheta - by Xorter - 08/28/2016, 03:13 PM
RE: Taylor series of cheta - by sheldonison - 08/28/2016, 06:20 PM
RE: Taylor series of cheta - by Xorter - 08/28/2016, 08:24 PM
RE: Taylor series of cheta - by sheldonison - 08/28/2016, 08:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Divergent Series and Analytical Continuation (LONG post) Caleb 54 61,946 03/18/2023, 04:05 AM
Last Post: JmsNxn
  Discussion on "tetra-eta-series" (2007) in MO Gottfried 40 44,646 02/22/2023, 08:58 PM
Last Post: tommy1729
Question Tetration Asymptotic Series Catullus 18 24,092 07/05/2022, 01:29 AM
Last Post: JmsNxn
Question Formula for the Taylor Series for Tetration Catullus 8 14,546 06/12/2022, 07:32 AM
Last Post: JmsNxn
  Calculating the residues of \(\beta\); Laurent series; and Mittag-Leffler JmsNxn 0 3,910 10/29/2021, 11:44 PM
Last Post: JmsNxn
  Trying to find a fast converging series of normalization constants; plus a recap JmsNxn 0 3,751 10/26/2021, 02:12 AM
Last Post: JmsNxn
  Reducing beta tetration to an asymptotic series, and a pull back JmsNxn 2 7,226 07/22/2021, 03:37 AM
Last Post: JmsNxn
  Perhaps a new series for log^0.5(x) Gottfried 3 11,081 03/21/2020, 08:28 AM
Last Post: Daniel
Question Taylor series of i[x] Xorter 12 41,083 02/20/2018, 09:55 PM
Last Post: Xorter
  An explicit series for the tetration of a complex height Vladimir Reshetnikov 13 44,879 01/14/2017, 09:09 PM
Last Post: Vladimir Reshetnikov



Users browsing this thread: 1 Guest(s)