Re: Tetration again!



On Dec 21, 1:47 am, Gottfried Helms <he...@xxxxxxxxxxxxx> wrote:
Am 20.12.2007 20:14 schrieb galathaea:



one was issued by the tata institute
  just as a photocopy
the other is a nicely edited one by bruce berndt

the berndt editing has known proofs
  and other very useful exposition
separated into 5 books

chapter 4 of ramanujan's notebooks
is found in book 1 of berndt
  which he titles:
"iterates of the exponential function
 and an ingenious formal technique"

entries 1 thru 7 (and their corollaries)
  give his basic results
  including basic recursions
    series identities
    an integral formula
    and (as always for ramanujan) asymptotics

Ah - thank you very much!


Hmm. Does this mean the true solution of tetration
was already discovered, a real long time ago?

What would be really interesting is if this method applies
more generally to iterating functions continuously *and*
reproduces the first 3 hyper operators when applied
to their iterations, ex. for multiplication we
iterate f(x) = b + x, for exponentiation we iterate
f(x) = bx, and the results agree exactly with the
widely-accepted definitions.
.



Relevant Pages

  • Re: Reinventing the iterator
    ... RST returns the rest of the sequence (lazily) ... The main purpose of SEQ is to give the ability to iterate over various ... just use lists (it's the most simple and ...   "The analog of DOLIST for any collection COLL, ...
    (comp.lang.lisp)
  • Re: Is this legal
    ... typedef void list_function; ...   while{ ... whenever you want to iterate over a list you do: ...  The dodgy bit is casting a pointer to one ...
    (comp.lang.c)
  • Re: Iterating over objects of a class
    ...    How can I iterate over all the objects of a class? ... Consider adopting PEP 8  coding conventions. ... I have to iterate over any of the objects. ... I will use the PEP 8 coding conventions ...
    (comp.lang.python)
  • Re: What way is the best to check an empty list?
    ... empty or not, you simply iterate over its contents: ...   for x in foo: ... this will then work with lists, tuples, sets, but also with iterators and ... But in that case you have no choice but to iterate ...
    (comp.lang.python)
  • Re: Iterating over objects of a class
    ...    How can I iterate over all the objects of a class? ... I have to iterate over any of the objects. ... sure how to update the registry. ... I understand that garbage collection would be an issue - but is there ...
    (comp.lang.python)

Loading