computing the iterated exp(x)-1
#10
bo198214 Wrote:I come to the same formula, however computing indexes above 15 is nearly impossible. So it seems that your methods somehow are faster than the direct double binomial expansion executed in Maple.

Whats your biggest index (say it takes below 5min) that you can compute and by which method on which system?

Hmm, with dimension = 64 , let it come to 1 minute for the computations of that matrix-exponential with the variable n.
[update:]
Just tried with dim=32, it was, let's say 2 seconds. (So the above guess was a bit rough... ;-) )
[/update]

Usually I calculate with dim=32 and can be in a reasonable dialog with the system, so less a second to some seconds.
If I compute eigensystems I had longer computation times, assumably because of required higher precision (my default is 80 or 200 digits float, with eigensystem analysis I needed sometimes 800 digits with dim=32) and for such analyses I wait possibly some minutes. My application is Pari/GP, btw.

In the german math-newsgroup some readers provided me with results for crosscheck and mentioned, they were able to do such eigenanalyses with mathematica or maple up to dimension =128 in some seconds or few minutes - don't know how this difference is possible (I even didn't try the eigenanalysis with dim=64 in my Pari/GP-setting).

Gottfried

Ah, well, the system: 1 GHz CPU, 1 GByte Ram, Win Xp
Pari/Gp interfaced by my Pari-TTY-Gui

[edit 2]
Actually, with nilpontent matrices I use the simpler formula, given M
F=matid(dim);S=F;
for(k=1,dim,
F = F*M/k ; S = S + F )
[/edit 2]
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,146 04/22/2023, 08:22 PM
Last Post: Shanghai46
  Question about the properties of iterated functions Shanghai46 9 11,484 04/21/2023, 09:07 PM
Last Post: Shanghai46
  Computing sqrt 2 with rational functions. tommy1729 0 2,349 03/31/2023, 11:49 AM
Last Post: tommy1729
  [MSE] iterated sin using Besselfunction 1st kind Gottfried 7 8,908 12/18/2022, 02:06 PM
Last Post: Gottfried
  Iterated function convergence Daniel 1 4,086 12/18/2022, 01:40 AM
Last Post: JmsNxn
  Uniqueness of fractionally iterated functions Daniel 7 11,097 07/05/2022, 01:21 AM
Last Post: JmsNxn
Question Iterated Hyperbolic Sine and Iterated Natural Logarithm Catullus 2 4,861 06/11/2022, 11:58 AM
Last Post: tommy1729
  Generalized Kneser superfunction trick (the iterated limit definition) MphLee 25 43,765 05/26/2021, 11:55 PM
Last Post: MphLee
  iterated derivation Xorter 0 4,362 06/09/2019, 09:43 PM
Last Post: Xorter
  1st iterated derivatives and the tetration of 0 Xorter 0 5,706 05/12/2018, 12:34 PM
Last Post: Xorter



Users browsing this thread: 3 Guest(s)