![]() |
sexp(strip) is winding around the fixed points - Printable Version +- Tetration Forum (https://math.eretrandre.org/tetrationforum) +-- Forum: Tetration and Related Topics (https://math.eretrandre.org/tetrationforum/forumdisplay.php?fid=1) +--- Forum: Computation (https://math.eretrandre.org/tetrationforum/forumdisplay.php?fid=8) +--- Thread: sexp(strip) is winding around the fixed points (/showthread.php?tid=219) |
sexp(strip) is winding around the fixed points - Kouznetsov - 12/27/2008 I plot the image of the halfstrip The resolution of my screen happened to be 10 orders of magnitude out of range required to see the details in one figure. Therefore, I plot the sequence of zooms; each next represents the piece corresponding to the smallest sell of the previous one. [attachment=431] The figire confirms that the slog(strip) is winding around the fixed point. In particular, at P.S. I have the fast slog and fast sexp. I just finished the tests and I begin the description. Now it is implemented in C++, but I plan to translate it to other languages. If anyone can help with the translation? Has anyone experience with automatic translation from C++ to Mathematica? Is the result of such a translation workable? RE: sexp(strip) is winding around the fixed points - bo198214 - 12/27/2008 Dmitrii, thats thorough work! Thank you for this diligent elaboration. But now it would be really interesting to see slog(G) (with non-winding cut) with image range up to 20i on the imaginary axis. Whether it intersects the strip there or not. I am a bit confused how slog(G) looks globally. It seems to be impossible if slog is biholomorphic on G. RE: sexp(strip) is winding around the fixed points - Kouznetsov - 12/28/2008 bo198214 Wrote:.. would be really interesting to see slog(G) (with non-winding cut) with image range up to 20i on the imaginary axis. Whether it intersects the strip there or not.I have implemented the funciton fsexp, that approximates sexp, and fslog, that approximates slog. I plot The level The level The level The level The level The level The level [attachment=432] The plot below indicates the range of values of slog. The The levels indicate the precision of the fast numerical implementaitons. While the imaginary part does not exceed 5, the errors are regular, and, perhaps, are due to the approximation fslog. Currently fslog is made of 2 elementary functions (expansion in vicinity of the fixed point and expansion in vicinity of unity); fsexp uses 3 functions (expansion at While the imaginary part exceeds 8, the deviation of RE: sexp(strip) is winding around the fixed points - bo198214 - 12/28/2008 Thank you for being so patient with me, Dmitrii. Now it finally came through that if sexp maps I now also see that the image of slog has a width of roughly RE: sexp(strip) is winding around the fixed points - bo198214 - 06/27/2009 I have new doubts that sexp(S) (where S is the strip: 0<Re(z)<1) winds infinitely around L. When we consider T=slog(G) (where G is the crescent: |z|<|L| and Re(z)>Re(L)) then T is also a strip of width 1. Let the z-plane contain T and S, and the w-plane being the image under sexp, i.e. containing L, G and sexp(S). If we slowly continuously transform T into S in the z-plane, then G slowly transforms into sexp(S) in the w-plane. But continuous deformations of G always wind finitely many around L. So we would never reach sexp(S) if it winds infinitely around L. RE: sexp(strip) is winding around the fixed points - Kouznetsov - 06/27/2009 (06/27/2009, 09:55 AM)bo198214 Wrote: I have new doubts that sexp(S) (where S is the strip: 0<Re(z)<1) winds infinitely around L. You have no need to deal with so exotic objects like sexp, in order to reproduce the same paradox. Consider the logatirhmic spiral x=log(t)cos(pt), y=log(t)sin(pt) . For posiive p, at real t, this spiral winds infinitely around zero. "If we slowly continuously transform" this spiral to the straight line (just reduce p to zero), then you may wander, how the infinite number of turns of this spiral arond zero becomes finite (no windings at all). RE: sexp(strip) is winding around the fixed points - bo198214 - 06/28/2009 (06/27/2009, 11:50 PM)Kouznetsov Wrote: You have no need to deal with so exotic objects like sexp, in order to reproduce the same paradox. Consider the logatirhmic spiral x=log(t)cos(pt), y=log(t)sin(pt) . Well there must be a critical point where it changes from infinite winding to finite winding. we have a continuous transform h:[0,1]->region of CC, with h(0)=T and h(1)=S. Where is this point t in the transform of T into S (can it visibly recognized?) that sexp(h(t)) is infintely winding while sexp(h(t')) is only finitely winding for t'<t. RE: sexp(strip) is winding around the fixed points - Kouznetsov - 06/29/2009 (06/28/2009, 02:31 PM)bo198214 Wrote:(06/27/2009, 11:50 PM)Kouznetsov Wrote: You have no need to deal with so exotic objects like sexp, in order to reproduce the same paradox. Consider the logatirhmic spiral x=log(t)cos(pt), y=log(t)sin(pt) . Henryk, you reveal the misprint in my post. Sorry. I just corrected there "(just reduce t to zero)" to "(just reduce p to zero)". Now t parametrizes the set (curve), and p is parameter we play in order to modify the "speed" of winding. Only at p=0, there is no winding, although at small p, it is difficult to count many turns, we need strong zooming in. Do you see any pradox about the logarithmic spiral? RE: sexp(strip) is winding around the fixed points - bo198214 - 06/29/2009 (06/29/2009, 08:35 AM)Kouznetsov Wrote: Now t parametrizes the set (curve), Oh now I see what you mean. In this case the critical point is You are right there is no "paradox", however there is the critical point where it changes from finite to infinite winding. But perhaps in the moment its just too speculative to muse about critical points in deformations of T into S. |