I fiddled a bit around with Gottfried's suggestion of LU decomposition of the Abel matrix (though in the end the formula is independent of the LU decomposition).
The annoying thing about calculating the intuitive Abel function (by solving the equation Ax=b where A is the Abel matrix, x the powerseries development of the Abel function and b=(1,0,...)) that if you want to increas the matrix size you have to solve the complete equation again without being able to use your previous solution.
Now I found a way how you can compute the inverse of the
matrix by using the
Abel matrix. I dissect the matrix as follows, for brevity I set
:
<br />
)
means column vector and
means row vector.
The final incremental formula is then:
_{+0} + \frac{(-A^{-1}\acute{a}\oplus<br />
1)(-\grave{a}A^{-1}\oplus 1)}{a_n-\grave{a}A^{-1}\acute{a}})
Where
means adding the entry 1 to the vector and
is
extended to a nxn matrix by filling with 0's.
The deriviation is perhaps too uninteresting and cumbersome to put, but I can post it if inquired.
The annoying thing about calculating the intuitive Abel function (by solving the equation Ax=b where A is the Abel matrix, x the powerseries development of the Abel function and b=(1,0,...)) that if you want to increas the matrix size you have to solve the complete equation again without being able to use your previous solution.
Now I found a way how you can compute the inverse of the
The final incremental formula is then:
Where
The deriviation is perhaps too uninteresting and cumbersome to put, but I can post it if inquired.