Computing Abel function at a given center
#6
jaydfox Wrote:To give a very basic example, we can recenter

\( f(x) = x^2 + 3x - 1 \)

to

\(
\begin{eqnarray}
g(x) & = & f(x+1) \\
& = & (x+1)^2 +3(x+1) - 1 \\
& = & x^2 + 5x + 5
\end{eqnarray}
\)

(...)

If we want to find f(1), we simply find g(0).
(...)
Ah, I see, it's as I expected. Then this is just the shift of
V(x)~ * Bs = V(y)~
to
V(x')~ * Qs = V(y')~
with x' = x/t-1 which I also perform by multiplication by the Pascal-matrix. Good to know.
It's the same way, as I described it occasionally, to get "exact terms", when the terms in the columns of the Bs-matrix are badly conditioned.
It is just

V(x)~ * Bs = V(y)~

where

Bs = dV(1/t)*P^-1~ * Q * P ~ * dV(t)

and then using associativity

V(x)~ * dV(1/t) * P^-1~ = V(x/t-1)~ = V(x')~

and then

V(x')~ * Q * P~ * dV(t) = V(y)~
V(x')~ * Q = V(y)~ *dV(1/t) * P^-1 ~
V(x')~ * Q = V(y/t-1)~ = V(y')~

where Q is triangular: for height=1 it contains the Stirling kind 2, and for height=-1 (the inverse) the stirling kind 1 numbers, factorial scaled, such that it performs for base b=exp(1)

V(x)~ * Q = V(exp(x)-1)~

or general base b

V(x)~ * Q = V(b^x-1)~

and its inverse (stirling kind 1)

V(x)~ * Q^-1 = V(log(1+x)/log(b)) ~


So essentially we do the same thing here, well...

Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: Computing Abel function at a given center - by Gottfried - 11/25/2007, 01:52 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)