computing the iterated exp(x)-1
#5
jaydfox Wrote:It seems clear to me that these polynomials should be stored in a matrix. You have two sets of variables: n^0, n^1, n^2, ..., and z^0, z^1, z^2, ..., and a you have one coefficient for each combination, so long as the degree of n is less than the degree of z.
Jay, I'd like to check around with this matrix. I was starting to manually extract the coefficients... but this is tedious and I'm not sure about some signs, where the regularity breaks.
Could you provide this matrix, possibly some more rows, in a comma-separated format? Also, I reorder this coefficients for increasing powers of n, including zeros for nonoccurence of the specific coefficient,
so for instance I can write
M * V(n)
where M is the matrix of coefficients and V(n) is the vector of powers of n
V(n) = colvec(1,n,n^2,n^3,n^4,...). I can then try with M, similarity scalings, inverse, powers, logs, etc.

What I have now is
Code:
1,
0,   1,
0, -1/3,         1,
0,  1/6,       -5/6,       1,
0, -4/45,       2/3,     -13/9,     1,
0, 11/270,    -91/180,    89/54,  -77/36,   1,
0, -1/105,     91/270,  -149/90,  175/54,  -29/10,  1,
0, -11/1890,  -43/252,   391/270, -37/9,   1501/270, 223/60,  1

Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
computing the iterated exp(x)-1 - by Daniel - 08/13/2007, 10:47 PM
RE: computing the iterated exp(x)-1 - by andydude - 08/16/2007, 01:28 AM
RE: computing the iterated exp(x)-1 - by jaydfox - 08/16/2007, 06:51 AM
RE: computing the iterated exp(x)-1 - by bo198214 - 08/16/2007, 07:48 AM
RE: computing the iterated exp(x)-1 - by andydude - 08/17/2007, 08:44 PM
RE: Iterability of exp(x)-1 - by bo198214 - 08/13/2007, 10:50 PM
RE: Iterability of exp(x)-1 - by Daniel - 08/14/2007, 06:51 PM
RE: Iterability of exp(x)-1 - by jaydfox - 08/14/2007, 01:01 AM
RE: Iterability of exp(x)-1 - by Gottfried - 08/14/2007, 12:45 PM
RE: Iterability of exp(x)-1 - by bo198214 - 08/14/2007, 04:11 PM
RE: Iterability of exp(x)-1 - by Gottfried - 08/14/2007, 04:35 PM
RE: Iterability of exp(x)-1 - by jaydfox - 08/14/2007, 02:42 AM
RE: Iterability of exp(x)-1 - by Gottfried - 08/14/2007, 03:08 AM
RE: Iterability of exp(x)-1 - by jaydfox - 08/14/2007, 05:09 AM
RE: Iterability of exp(x)-1 - by Gottfried - 08/14/2007, 05:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  4 hypothesis about iterated functions Shanghai46 11 13,496 04/22/2023, 08:22 PM
Last Post: Shanghai46
  Question about the properties of iterated functions Shanghai46 9 11,729 04/21/2023, 09:07 PM
Last Post: Shanghai46
  Computing sqrt 2 with rational functions. tommy1729 0 2,387 03/31/2023, 11:49 AM
Last Post: tommy1729
  [MSE] iterated sin using Besselfunction 1st kind Gottfried 7 9,144 12/18/2022, 02:06 PM
Last Post: Gottfried
  Iterated function convergence Daniel 1 4,169 12/18/2022, 01:40 AM
Last Post: JmsNxn
  Uniqueness of fractionally iterated functions Daniel 7 11,289 07/05/2022, 01:21 AM
Last Post: JmsNxn
Question Iterated Hyperbolic Sine and Iterated Natural Logarithm Catullus 2 4,903 06/11/2022, 11:58 AM
Last Post: tommy1729
  Generalized Kneser superfunction trick (the iterated limit definition) MphLee 25 44,440 05/26/2021, 11:55 PM
Last Post: MphLee
  iterated derivation Xorter 0 4,417 06/09/2019, 09:43 PM
Last Post: Xorter
  1st iterated derivatives and the tetration of 0 Xorter 0 5,765 05/12/2018, 12:34 PM
Last Post: Xorter



Users browsing this thread: 1 Guest(s)