Computing Abel function at a given center
#7
jaydfox Wrote:I finally got back to this, and it appears that shifting the center prior to solving the system produces the same results as shifting the center after solving the system. This means we're limited by the radius of convergence at the origin, which is to say, the system explicitly solves at the origin, not where we recenter it.

I did some additional testing with the Bell matrix for exponentiation, because the "answer" is well-known. I started with a 26x26 Bell matrix for \( e^x-1 \), and after inverting, I got a power series for \( \ln(x+1) \) that was accurate to machine precision. This is to be expected, since this would represent a simple reversion of a power series.

However, I then calculated the Bell matrix for \( e^x-2 \), which is the inverse of \( \ln(x+2) \). I got bogus coefficients that grew larger as I increased matrix size, just as I had observed with the Abel matrix for exponentiation.

Just to make sure that the issue wasn't that the function I was inverting didn't have a fixed point at 0, I tried the Bell matrix for \( e^{x+\ln(2)}-2 \), which is the inverse of \( \ln(x+2)-\ln(2) \). Once again, I got the bogus coefficients that grew with matrix size.

However, I noticed that if I took the inverse of a submatrix, say the upper-left 15x15 matrix, I got approximately correct answers, though not to machine precision.

It occurred to me then that the infinite summations were involved when computing the recentered matrix system, and I was only getting partial sums. Had I been paying more attention, I would have seen this. At any rate, this gives me hope that I can recenter the system if I proceed carefully. Exactly how to accomplish this is something that will require quite a bit of experimentation, however, so I'll probably wait until early next year to pursue this line of study again.
~ Jay Daniel Fox
Reply


Messages In This Thread
RE: Computing Abel function at a given center - by jaydfox - 11/26/2007, 01:46 AM

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)