![]() |
|
some general thoughts - 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: some general thoughts (/showthread.php?tid=82) |
some general thoughts - Gottfried - 11/03/2007 We had a short discussion in the newsroup sci.math recently, which motivated me to put together some thoughts, which came up recently. I got some nice responses, so I thought it might be interesting for this forum, too. I had no time to answer to the reply of Ioannis up to now, I hope, Ioannis, you forgive me that delay. (I didn't copy your answer here and hope, you don't take this as an affront. I'll answer to it, once I have something substancial to ask or to say) Gottfried ------------------------------------------------------------- Code: Hmm,RE: some general thoughts - bo198214 - 11/03/2007 re a) I would stay with the established notation, i.e. use \( \exp_b^{\circ n}(x) \) or \( \exp_b^{[n]}(x) \) instead of \( \{b,x\}^n \). re b) It was not clear what function \( f(b,x_0) \) do you want to use, I would guess \( f(b,x_0)=b^{x_0} \). It is also not clear whether this average method converges. All fixed points of \( b^x \) are repelling except the lower real fixed point (if existing). re c) Didnt get the Euler summation for diverging newton method ... RE: some general thoughts - Gottfried - 11/03/2007 bo198214 Wrote:re a) Well, I didn't want to put preferences for this more specialized notation. (as a matter of taste, I even would prefer the "big-T"-notation with parameters, as suggested here in another thread). My main focus in a) was to point out the conceptual difference between the binary operator notation (two operands) and the notation which involves also the initial-value as a parameter. I think, it has consequences for the definition of partial evaluation, when infinite iteration is involved, as it occurs analoguously with the concept of partial sums for summable infinite series. bo198214 Wrote:re b) Yeah, this point is an amusing one... I implemented a function out of the tip of my fingers, it worked, wow! but in a review next day, I thought, it shouldn't work at all.... I checked all results, but they were all ok. I even tried some complex parameters, for instance i - still ok :-) The iteration is simply, with tmp the iterative improved guess tmp1 = (base^tmp + a*tmp )/(a+1) tmp = tmp1 where a=2 as a optimizing parameter (for most bases a=1..3 gave convergence, a~2 was average best for a reasonable range of bases) Initial guess for tmp is the principal complex fixpoint for base=2. This gives after some iterations values for a spiral, and if one round is reached (I check the next local minimum of distances to the first value), the next initial guess is the center of this approximate round/circle. Why I was sceptical: a positive error in tmp seems to expand when averaging base^tmp and tmp - but, well, we're in complex numbers and so a rotation is involved, put it aside for later consideration... bo198214 Wrote:re c)Hmm, c) is a bit speculative. Ok, also the Euler-sum analogy is not best chosen. I see two problems with my b) and c): First, from my arguments Cesaro-sum were a better analogy, because I use averages of untransformed values. Second - it's not exactly the analogy to evaluate partial sums, which always sum from the first term (possibly including a regular transformation). The lasso-method is rather an approximation utility, which helps to improve guesses iteratively. May be, that is also the reason, that I was unable to transfer the method into my other matrix-context. ("Gut, daß wir mal darüber geredet haben" :-) ) In my contour-plot http://math.eretrandre.org/tetrationforum/showthread.php?tid=54&pid=432#pid432 one sees the lines as borders of the leaves, where each of this lines contain the whole set of positive reals (may be restricted to be greater than a certain bound) - so the lines are the (curves of) loci of the fixpoints for that real numbers. The line of the biggest leaf markes the set of fixpoints, that you may refer to as the principal fixpoints or something like that - I'll look at Gianfranco's wording in his reply tomorrow. (I'm a bit sick today, so I'll stop the msg here. If you like and want to try/improve the Pari/Gp-function I could just upload the script) Gottfried RE: some general thoughts - GFR - 11/04/2007 Gottfried Wrote:........ Hey Gottfried!! How did you know that I was going to post a reply, ... to-day ?! As a matter of fact, ... I am doing it. Please forgive my wording if I am wrong. I should like to comment your nice push-down tower description. It is a thought I also have some time ago with KAR (He will come soon in the picture, as soon as I shall post a thread about ... zeration!!). Please look in this annex (sorry, no zeration, only ... tetrational number notation). I think that you are right, concerning the "last floor" of the inhomogeneous (incomplete) towers. Here, attached, you will find a proposal for their use. I hope you will find it interesting. Gianfranco RE: some general thoughts - Gottfried - 11/06/2007 GFR Wrote:How did you know that I was going to post a reply, ... to-day ?! Hi Gianfranco - as a double sagittarius sometimes you hit the point without knowing it; and as a practionizer of Zen ... one learns, that the goal attracts the arrow if you simply let it happen... :-) Well - good that happened. I've read your article: nice coincidence of ideas. Thanks! I think, it has even the characteristic of a paradigm-change to move from the view as "appending exponents" to the view of "appending bases" - this seems to be much more important than the difficulties of introducing another notation. The question is: how do we embed our view and handling of tetration in the case of infinite height in the very basic and important concept of approximation via partial evaluation (partial sums). In the context of divergent summation, for instance, this seems the main and indispensable prerequisite of all statements about "the value" of an infinite divergent series. In the understanding of "appending exponents" there is no differing top-exponent in the infinite case, and we have only one fixpoint. In the understanding of "appending bases" we can deal with all fixpoint, constituting a more complete framework. I think this is in fact a (however sophisiticated but not superfluous) question of definition of the operation. Gottfried RE: some general thoughts - bo198214 - 11/06/2007 Gottfried Wrote:I think, it has even the characteristic of a paradigm-change to move from the view as "appending exponents" to the view of "appending bases" - this seems to be much more important than the difficulties of introducing another notation. The question is: how do we embed our view and handling of tetration in the case of infinite height in the very basic and important concept of approximation via partial evaluation (partial sums). "paradigm-change" is perhaps a bit exaggarated. I didnt know of anybody who thinks of tetration as appending exponents. The right-bracketing rather forces one to use appending of bases, which is equivalent to \( {^nb}=f^{\circ n}(1) \) for \( f(x)=b^x \). I also dont know what you mean by different partial evaluation, we already know that \( {^nb}=\{b,1\}^n \) in your notation. So (finite) tetration is just a particular case of appending bases. So the partial evaluations of \( {^\infty x} \) is exactly about appending bases. Or what do you mean by partial evaluation? RE: some general thoughts - Gottfried - 11/06/2007 bo198214 Wrote:In a sci.math thread I posed this question, when I started metabolizing the fixpoint idea: what is sqrt(2)^sqrt(2)^... =2? = 4?Gottfried Wrote:I think, it has even the characteristic of a paradigm-change to move from the view as "appending exponents" to the view of "appending bases" - this seems to be much more important than the difficulties of introducing another notation. The question is: how do we embed our view and handling of tetration in the case of infinite height in the very basic and important concept of approximation via partial evaluation (partial sums). (I can't find the google-id, here is another one) And then showed, that the initial assumption of any of these possibility could be valid, and that this made me think.... The argument was, that partial evaluation had to proceed *always* from sqrt(2), (sqrt(2)^sqrt(2)), ... and this way converges to 2 and thus no other possibility occured. (Either by argument or by my own mind only the analogy to partial sums of inifnite series appeared) That was made as a very important point, otherwise we would introduce inconsistencies. I finally agreed to the arguments, but the discussion put a seed in my thoughts which evolved then to the view, that it is really a different *definition* or -to make it more explicite- a different paradigm in regard to the view of tetration. (well - may be this expression is a bit harsh) RE: some general thoughts - andrewan - 01/06/2010 Hi everyone , this is Andrewan. I am professionally an engineer. At present, I am staying in Moscow. I find forum discussion, a very interesting stuff to do. I used to hang out with these forums during my spare time. Many topics have got a healthy discussion over here. I think it would be most enjoyable while doing discussions in this forums.And pleased to meet all the other members of this site. Well the above analysis is partially true as it won't fulfil the conditions in all cases in sqrt cases. I find the argument is also agreeing with this analysis. But some more analogy is required here. Wish you all a Prosperous New year in this site. Smile RE: some general thoughts - Gottfried - 01/06/2010 (01/06/2010, 05:31 AM)andrewan Wrote: Hi everyone , this is Andrewan. I am professionally an engineer. At present, I am staying in Moscow. I find forum discussion, a very interesting stuff to do. I used to hang out with these forums during my spare time. Many topics have got a healthy discussion over here. I think it would be most enjoyable while doing discussions in this forums.And pleased to meet all the other members of this site. search "I find forum discussion, a very interesting stuff to do. I used" using google. About 20 times exactly the same msg at this day in 20 forums. But I think, even this method of identical copying (or sending one unchanged msg) shall be changed soon. I came across a nice program called "Billy" with which you could do fairly lively discussion (like ELIZA, but much much nicer) so there is no problem to generate such messages having their keywords and exchange some tokens like subject, professional description etc. The program "SciGen" even can generate full fake-scientific articles, of so good formal quality that some were already published... Gottfried |