|
Dmitrii Kouznetsov's Tetration Extension
|
|
04/16/2008, 10:16 PM
(This post was last modified: 11/20/2008 08:48 AM by bo198214.)
Post: #1
|
|||
|
|||
|
Dmitrii Kouznetsov's Tetration Extension
It appears that there is a new extension related to complex heights.
See Analytic solution of F(z+1)=exp(F(z)) in complex z-plane for more information. Andrew Robbins |
|||
|
04/21/2008, 10:41 PM
(This post was last modified: 04/25/2008 04:09 PM by bo198214.)
Post: #2
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
andydude Wrote:See Analytic solution of F(z+1)=exp(F(z)) in complex z-plane for more information. About the uniqueness: It is well known that if we have a solution So let (*) (**) then at least for x=0 also [edit] fixed some negligences. [/edit] |
|||
|
04/22/2008, 12:59 AM
Post: #3
|
|||
|
|||
|
RE: Dmitrii Kouznetsov's Tetration Extension
Hello, bo198214; you have cathced the important point! I see, in my paper, I have to write
Theorem 0. There exist function (100) (101) and (102) Theorem 1. There exist only one such function. I hope, the reviewer catches this point, and I already have the corresponding correction above. By the way, your deduction gives the hint, how to prove the Theorem 1. (However, we have to scale the argument of sin function.) How about the collaboration? |
|||
|
04/22/2008, 08:18 AM
(This post was last modified: 04/25/2008 04:14 PM by bo198214.)
Post: #4
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
Kouznetsov Wrote:By the way, your deduction gives the hint, how to prove the Theorem 1. Perhaps. I am not convinced yet that it is true, but if it was, this would be great. We even know vice versa if we have two solutions Quote:(However, we have to scale the argument of sin function.) Corrected in the original post. Quote: How about the collaboration?That would be great. Quote:(P.S. Does the number of replies I should answer grow as the Ackermann function of time, or just exponentially?) I would guess its rather logarithmically (much questions at the start but then slowly ebbing away)! At least here is another question: Can you please compute values on the real axis for bases @Andrew Can you post a comparison graph with your slog/sexp? The values are in Dmitrii's paper. How does the periodicity of your slog (or was it sexp?) at the imaginary axis compare with Dmitrii's limit |
|||
|
04/24/2008, 01:02 AM
(This post was last modified: 04/24/2008 01:04 AM by Kouznetsov.)
Post: #5
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
bo198214 Wrote:andydude Wrote:See Analytic solution of F(z+1)=exp(F(z)) in complex z-plane for more information.About the uniqueness: It is well known that if we have a solution bo198214 Wrote:Kouznetsov Wrote:By the way, your deduction gives the hint, how to prove the Theorem 1. Bo, I got your message about base b=e^(1/e) and b=sqrt(2). In these cases, the real part of quasiperiod is zero, and I cannot run my algorithm as is. I need to adopt it. It will take time. I do not think that b=sqrt(2) is of specific interest (just integer L(b)=4); we need to consider the general case. You may advance faster than I do. You may begin with the plot of the asymptotic period T(b) and analysis of its limiting behavior in vicinity of b=1 and b=e^(1/e). Please, provide the good approximation for (at least) the leading terms. P.S. you may also correct misprints in your post: invert the scaling factor for the argument of sin, and delete the expression with unmatched parenthesis. |
|||
|
04/25/2008, 04:06 PM
Post: #6
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
Kouznetsov Wrote:Bo, I got your message about base b=e^(1/e) and b=sqrt(2). In these cases, the real part of quasiperiod is zero, and I cannot run my algorithm as is. I need to adopt it. It will take time. I do not think that b=sqrt(2) is of specific interest (just integer L(b)=4); we need to consider the general case. Quote:You may advance faster than I do. You may begin with the plot of the asymptotic period T(b) and analysis of its limiting behavior in vicinity of b=1 and b=e^(1/e). Please, provide the good approximation for (at least) the leading terms.yeah, I am also not that richly blessed with time. I will see, what I can do. Quote:P.S. you may also correct misprints in your post:blush (again!). |
|||
|
04/26/2008, 02:12 AM
Post: #7
|
|||
|
|||
|
RE: Dmitrii Kouznetsov's Tetration Extension
Bo, when you make the first step, please, plot the asymptotics in the complex plane, and we compare our results. It will be the second step.
bo198214 Wrote:At 1<b<e^(1/e), there are two real fixed points; each of them should correspond to the analytic tetration. Now I try to plot them both; then hope to provide the algorithm for the precize evaluation. Then I shall run it at b=sqrt(2). In such a way, my theorem is wrong at b < e^(1/e); and, perhaps, at b=e^(1/e); so, it should be reformulated: the equirement b > e^(1/e) should be included into the conditions of the Theorem. bo198214 Wrote:As for example real regular iteration/tetration is no more possible forI am not sure if I understand you well. At b=2 and b=e, tetration F(z) looks pretty regular (except |
|||
|
04/26/2008, 06:26 PM
(This post was last modified: 04/26/2008 06:28 PM by bo198214.)
Post: #8
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
Kouznetsov Wrote:bo198214 Wrote:As for example real regular iteration/tetration is no more possible forI am not sure if I understand you well. At b=2 and b=e, tetration F(z) looks pretty regular (except Oh I use "regular" in the sense of "regular iteration" this is a well studied (mostly by Szekeres and Ecalle) way to compute arbitrary real or complex iterates of a function at a fixed point. There is only one solution for the iterates such that the fixed point still remains analytic or at least asymptotically analytic, this is called regular iteration. You will find the iterational formulas as well the formulas for the coefficients of the powerseries of regular iteration throughout the forum (keywords: hyperbolic and parabolic iteration). For tetration we have As I now see those regular tetration (at the lower real fixed point, which is btw the only attracting fixed point of We see that the regular tetration |
|||
|
05/17/2008, 03:22 PM
(This post was last modified: 05/17/2008 03:58 PM by bo198214.)
Post: #9
|
|||
|
|||
|
RE: Dmitrii Kouznetsov's Tetration Extension
Dmitrii, I am currently programming your tetration extension.
I just want to mention some misprints, that shouldnt go into your published paper. In formulas (3.2), (3.3), (3.4), (3.6), (4.4) you always omit the minus sign in front of the 1 below the log. Only in the computation formula 4.2 the minus sign is at the right place. There may be also some simplifications (avoidance of doublification with In formula (3.4),(4.4) either the |
|||
|
05/18/2008, 05:31 AM
Post: #10
|
|||
|
|||
RE: Dmitrii Kouznetsov's Tetration Extension
bo198214 Wrote:Dmitrii, I am currently programming your tetration extension.Bo, I am glad to read from you! Do you mean paper at http://www.ils.uec.ac.jp/~dima/PAPERS/2008analuxp.pdf ? There is no log in formula (3.2), is there? Now I have doubts about (3.3); I remember I had to play with phases manually combinig the logarithms; both Mathematica and Maple failed to do it as I wanted. Can you reproduce Figure 2? Could you show it? bo198214 Wrote:There may be also some simplifications (avoidance of doublification withYes, I assume bo198214 Wrote:In formula (3.4),(4.4) either theYes, your are right. K is always A-dependent. Better to trash this subscript. Thank you for your comment. I had corrected few misprints in the update http://www.ils.uec.ac.jp/~dima/PAPERS/2008analuxp64.pdf but not yet those you indicate; perhaps, I sould trace it again. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| plz explain kouznetsov slowly | tommy1729 | 7 | 160 |
07/27/2010 04:57 AM Last Post: bo198214 |
|
| Tetration Extension to Real Heights | chobe | 3 | 325 |
05/15/2010 01:39 AM Last Post: bo198214 |
|
| Andrew Robbins' Tetration Extension | bo198214 | 30 | 2,781 |
12/28/2009 05:21 PM Last Post: Gottfried |
|
| Tetration extension for bases between 1 and eta | dantheman163 | 16 | 1,189 |
12/19/2009 10:55 AM Last Post: bo198214 |
|
| Extension of tetration to other branches | mike3 | 15 | 740 |
10/28/2009 07:42 AM Last Post: bo198214 |
|
| Hooshmand's extension of tetration | andydude | 9 | 1,142 |
08/14/2008 04:48 AM Last Post: Danesh |
|
User(s) browsing this thread: 1 Guest(s)

About
Search
Member List
Help





