![]() |
|
Iterability of exp(x)-1 - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Mathematical and General Discussion (https://tetrationforum.org/forumdisplay.php?fid=3) +--- Thread: Iterability of exp(x)-1 (/showthread.php?tid=13) |
RE: Iterability of exp(x)-1 - jaydfox - 08/15/2007 Since I don't have Mathematica, could you by chance post graphs of the root test to 150 or 200 terms for half-iterates (1/2 for starters, -1/2, etc., if not too much trouble)? I'm curious to see if it continues what appears to be a linear climb. I've downloaded Paritty and am hoping to learn how to use it over the next few days, but it'll be a while before I'm up and running. By the way, the non-infinite radius of convergence for negative half-iterates is to be *expected*, because those involve partial logarithms, and those will have a radius of convergence (as can be seen by the iterate -1). Also, looking at the graph for the 1/2 iterate, it would seem that the first 50 terms should behave convergently for z values less than 0.6 or so. Considering that I plan to use z values less than 0.01, this is way more than sufficient for several hundred digits of accuracy, especially if I go out to 100 terms or so. RE: Iterability of exp(x)-1 - bo198214 - 08/15/2007 andydude Wrote:I am able to compute them so fast because of 4 secrets: What a pitty that I neither have Mathematica nor speak Mathematica and so can not use your excellent code and have to program it instead myself in Maple ...
RE: Iterability of exp(x)-1 - andydude - 08/15/2007 I can port it to Maple and Sage, but it will take about a week. I recommend Sage for poor mathematicians, because it is free, and combines dozens of open-source CASs. ![]() For more root-tests for the coefficients, see: And for more of the coefficients themselves, see: Andrew Robbins RE: Iterability of exp(x)-1 - jaydfox - 08/15/2007 Good, it looks linear, should make it easy to write a function to compute a radius of initial convergence, as well as exactly how many terms of the power series are required to reach a desired level of precision. I plan to stay well within half the radius of initial convergence (probably 1/4th to be safe), so this is useful info. By the way, have you looked at quarter iterates to make sure there aren't any surprises lurking? I don't think it'll matter (might cause the oscillations to shift, but shouldn't affect the overall linearity too badly), but it'd be good to know. Once I'm up and running with a good math library, I can run these tests myself, of course... By the way, how do rate PARI/gp versus Sage. Should I just go with Sage? I'm already trying to learn PARI/gp (I'm trying out Gottfried's Paritty interface), but it's slow going. RE: Iterability of exp(x)-1 - bo198214 - 08/15/2007 It now looks anyway as if there is no Baker vs. Walker. As Peter Walker told me, Baker introduced Walker into the topic and also read Walker's paper. So from that view it is quite unprobable that there is a contradiction. But from the pure mathematical point of view there is perhaps also no contradiction: Walker showed that for fixed \( x \) the function \( t\mapsto e1^{\circ t}(x) \) is entire. Baker however showed that for most fixed \( t \) the convergence radius of the function \( x\mapsto e1^{\circ t}(x) \) (where \( e1(x):=e^x-1 \)) is 0 at \( x=0 \). I think that can go together. jaydfox Wrote:By the way, how do rate PARI/gp versus Sage. Should I just go with Sage? I'm already trying to learn PARI/gp (I'm trying out Gottfried's Paritty interface), but it's slow going. Can you please open a new thread in the computing subforum? It is also a topic I am interested in. RE: Iterability of exp(x)-1 - bo198214 - 08/20/2007 I just got an answer from Peter Walker Peter L. Walker Wrote:The difference between Noel's paper and mine is as follows. His is concerned with a particular iterate of e^x - 1, namely RE: Iterability of exp(x)-1 - andydude - 09/05/2007 I would love to talk to Walker about the super-logarithm, because as far as I know he was the first to consider an Abel function approximation as I have. Also, the coefficients he gives for the natural (b=e) super-logarithm are identical (as far as approximations go) to my coefficients even though we use vastly different methods. Peter Walker uses an iterated function in such a way that the infinite-fold iteration of that function represents an exact solution to the Abel function, and at the end of Walker's paper Infinitely Differentiable Generalized Logarithmic and Exponential Functions, he mentions that he has also tried a "matrix method" to obtain similar results, which I suspect is exactly the method that I found independently. Andrew Robbins RE: Iterability of exp(x)-1 - bo198214 - 09/07/2007 andydude Wrote:I would love to talk to Walker about the super-logarithm, because as far as I know he was the first to consider an Abel function approximation as I have.You can do it, his e-mail is on his university page http://www.aus.edu/cas/maths/staff/peter_walker.php However my impression is that now as he is retired he is no more that engaged about the topic as he perhaps was earlier. Quote:Also, the coefficients he gives for the natural (b=e) super-logarithm are identical (as far as approximations go) to my coefficients even though we use vastly different methods. He writes in this paper that the coefficients for his first method differ from the coefficients he derived from the matrix method (which he quickly describes in this paper too). RE: Iterability of exp(x)-1 - Gottfried - 03/15/2008 Occasionally I reread older threads, sometimes one finds ome gems in them of which one got not aware earlier. It seems to me, it might be useful to give this thread some conclusive response to also help other occasional readers to sort out and weight the scattered examples, arguments and conclusions. In the table below I document the first 64 terms of the powerseries for f°(1/2)(x) where f(x)=exp(x)-1. The powerseries for f°(1/2)(x) was destilled using the matrix-logarithm of the matrix S2 (rescaled Stirling numbers 2'nd kind), which provides the powerseries for f(x)=exp(x)-1 . The first column contains the terms in rational representation and shows the same coefficients, which Henryk provided as an example. However, Henryk's example ended at some small index, but the continuation shows, that the terms of the powerseries actually diverge from a certain index. The rate of growth of terms is then roughly hypergeometric (guessed by inspection). The second column shows the same terms in real arithmetic. The third column shows the partial sums up to <rownumber> of terms; this also implies, that simply x=1 is assumed here. After a good approximation this sequence diverges, too, so indeed f°(1/2)(1) cannot simply be summed to a limit value. The last column shows partial sums using an extension of Euler-summation. Since common Euler-summation of any order can only sum series with geometric growth, I used a variant, which (hopefully) compensates this hypergeometric growth (method not documented/discussed yet) and indeed seems to be able to transform the series into a convergent one, providing the result of f°(1/2)(1)~ 1.2710274 Gottfried Code: ´ RE: Iterability of exp(x)-1 - bo198214 - 03/15/2008 Thats something! Can you explain your modified euler summation? |