Re: Tetration again!
- From: Gottfried Helms <helms@xxxxxxxxxxxxx>
- Date: Sun, 23 Dec 2007 22:11:14 +0100
Am 23.12.2007 20:57 schrieb mike3:
On Dec 23, 5:22 am, Gottfried Helms <he...@xxxxxxxxxxxxx> wrote:a) set (for instance length 6) series = [1,b,c,d,e,f]
Am 23.12.2007 09:48 schrieb mike3:
Hmm. However I still don't seem to get how to computeHmm, if you're able to find an easier, for instance recurrence,
the polynomials. Is there an "easy" (simple) algorithm for
the coefficients of the powers of h in those polynomials?
formula - this would be a big shot, I'd guess...
Well, maybe then there wasn't an "easy" algorithm, but how does
one do the "hard" algorithm? How do you use that matrix to get
the polynomials? I didn't seem to see anything in the link you
posted that showed explicitly how to derive the polynomials from
that matrix.
So you have
f(x) = 1x + bx^2 + cx^3 + dx^4 +ex^5 + fx^6
Next, f(f(x)) is
f(f(x)) = 1 f(x) + b f(x)^2 + c f(x)^3 + ...
expand, and collect terms according to like powers of x
Iterate until you have enough iterations.
It's surely too much work for paper&pen if more than 3 or
4 elements are involved, but Pari/Gp does it for you for more
elements.
If b,c,d,e,f are numeric (b=1/2!, c=1/3!, d=1/4!,...), then
Pari did it for me up to 64 terms (using 32 Mb memory).
Then the polynomials are computed by polinterpolate()
on the sequence of terms. For the first rows the computation
of the polynomials is easy with the help of a difference
table.
b) define S2 up to a certain dimension, say 32 or 64.
Then S2 = matrix(32,32,r,c, [r,c]/r!), where [r,c] are the
Stirling-numbers 2'nd kind (version of wikipedia).
Any matrix-able program may then compute the powers of S2,
and in the 2'nd columns of the powers of S2 there are the
same coefficients as mentioned above, which can then be
used for polinterpolate().
I don't have a more compact routine, yet...
Gottfried
--
---
Gottfried Helms, Kassel
.
- Follow-Ups:
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- References:
- Tetration again!
- From: mike3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: lwalke3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: mike3
- Re: Tetration again!
- From: Gottfried Helms
- Re: Tetration again!
- From: mike3
- Tetration again!
- Prev by Date: Re: Partial recursive functions and minimization
- Next by Date: Re: Tetration again!
- Previous by thread: Re: Tetration again!
- Next by thread: Re: Tetration again!
- Index(es):
Relevant Pages
|