![]() |
|
Numerical algorithm for Fourier continuum sum tetration theory - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Computation (https://tetrationforum.org/forumdisplay.php?fid=8) +--- Thread: Numerical algorithm for Fourier continuum sum tetration theory (/showthread.php?tid=516) Pages:
1
2
|
RE: Numerical algorithm for Fourier continuum sum tetration theory - Ansus - 09/18/2010 mike, did not you try a periodic function not with arbitrary large period, but with the exact period of tetration, i.e.
RE: Numerical algorithm for Fourier continuum sum tetration theory - mike3 - 09/18/2010 (09/17/2010, 10:32 PM)sheldonison Wrote: Mike, thanks for your detailed description. So, am I correct that your approximating the sexp(z) with a long periodic function, to approximate switching from the space domain to the frequency domain. Then, to get a more accurate version of the sexp(z), you take sexp(z+1)=e^sexp(z), using FaĆ di Bruno's formula? I mean, high level overview, is that more or less correct? Yes on the approximation, no on the iteration. Rather, I use the periodic approximation because it is possible to solve its continuum sum \( f(z) = \sum_{n=0}^{z-1} \mathrm{TetApprox}_b(n) \) in a way that has a wider regime of convergence than Faulhaber's formula does (I describe this in the initial post.) -- Fourier series are more amenable to being continuum summed than power series. Then the iteration is \( \mathrm{NewTetApprox}_b(z) = \frac{1}{\mathrm{TetApprox}_b(0)} \int_{-1}^{p_P(z)} \log(b)^w \exp_b\left(\sum_{n=0}^{w-1} \mathrm{TetApprox}_b(n)\right) dw \) where \( p_P(z) \) is the periodizing function (see the initial post again.). (09/17/2010, 10:32 PM)sheldonison Wrote: So, as to the general applicability to complex domains, and getting other solutions then we're used to seeing -- here's my intuitive feeling. Any analytic solution, especially one with limiting behavior matching the super function, is a 1-cyclic transformation, via theta(z), of the superfunction. Yes, in theory one can turn any solution to any other by a 1-cyclic transform, though due to multivaluedness of the necessary transforms, spurious branches may be generated. E.g. if you consider the 1-cyclic transform for taking the regular iteration at one of the conjugate fixed points for a real base \( b > e^{1/e} \) to turn it into the real-valued tetrational function for that base, every integer is a branch point, I think. RE: Numerical algorithm for Fourier continuum sum tetration theory - mike3 - 09/18/2010 (09/18/2010, 01:38 AM)Ansus Wrote: mike, did not you try a periodic function not with arbitrary large period, but with the exact period of tetration, i.e. This method was set up for general bases, and I think the periodizing function would also nullify any advantage to doing that. |