Computing Abel function at a given center
#10
Hmm, I think we crossed wires there. I was doing the Abel matrix for \( e^x \), centered at x=0, which works fine.

I then recentered the Abel matrix of \( e^x \) to x=1, which is not a fixed point and which is within the radius of convergence. It was at x=3 that things broke down, as this is well outside the radius of convergence.

For comparison's sake, I then then inverted the Bell matrix of \( e^x-1 \), because the inverse has a logarithmic singularity, like the solution to the Abel matrix. I then tried recentering to x=2 and inverting. This is on the radius of convergence, which would imply potential divergence, which is what I was observing.

However, we should be able to solve at points other than x=1, or so I thought. It took a little tinkering to realize that the problem was that I was both pre- and post-multiplying a lower triangular matrix by uppertriangular matrices, which "mixed up" the results sufficiently that the resulting matrix is only an approximation of the infinite system. Because it's an approximation, the coefficients in the right-most columns of a finite truncation are wildly inaccurate, causing the entire inversion to fail. However, a truncation of a finite truncation dampens the effect of the inaccuracies, which allowed me to see convergence.


Getting back to the Abel matrix for \( e^x \), the simple solution to the divergence problem is either to determine a way to calculate with coefficients of the infinite matrix without resorting to approximations, or to start with a system far larger than the system I intend to solve, and move the center in small steps, truncating along the way. Either way, steps smaller than the radius of convergence must be used.
~ Jay Daniel Fox
Reply


Messages In This Thread
RE: Computing Abel function at a given center - by jaydfox - 11/30/2007, 05:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FractionalIteration now in Wolfram Function Repository Daniel 0 2,831 07/10/2023, 07:16 AM
Last Post: Daniel
  Terse Schroeder & Abel function code Daniel 1 3,793 10/16/2022, 07:03 AM
Last Post: Daniel
Question Computing Kneser's Super Logarithm and its Analytic Continuation Catullus 2 5,901 07/10/2022, 04:04 AM
Last Post: Catullus
Question Computing Integer Tetrations Catullus 5 8,967 06/10/2022, 10:59 PM
Last Post: JmsNxn
  Quickest way to compute the Abel function on the Shell-Thron boundary JmsNxn 0 3,767 04/21/2022, 01:52 AM
Last Post: JmsNxn
  Revisting my accelerated slog solution using Abel matrix inversion jaydfox 22 68,373 05/16/2021, 11:51 AM
Last Post: Gottfried
  An incremental method to compute (Abel) matrix inverses bo198214 3 20,220 07/20/2010, 12:13 PM
Last Post: Gottfried
  SAGE code for computing flow matrix for exp(z)-1 jaydfox 4 22,087 08/21/2009, 05:32 PM
Last Post: jaydfox
  computing teh last digits without computing the number deepinlife 3 14,580 02/24/2009, 09:09 AM
Last Post: deepinlife
  Computing Andrew's slog solution jaydfox 16 47,448 09/20/2007, 03:53 AM
Last Post: andydude



Users browsing this thread: 1 Guest(s)