Open arvoelke opened 7 years ago
Related open questions:
m=1
? (which is just a discrete convolution; I think because the Toeplitz matrix becomes lower triangular which makes Gaussian elimination easy)See appendix of The Holomorphic Embedding Loadflow Method for DC Power Systems and Nonlinear DC Circuits (2015) for a review of methods for computing Pade approximants. Among these, the text Practical Extrapolation Methods (2003) is a wealth of relevant information (see section 17.3 pages 327-329, for example).
This may be useful for analysis. A work-in-progress:
References:
Also note that computing
d = D^{m+1}[q(x)*f(x) - p(x)]
eliminatesp
and reveals the higher-order errorO(x^n)
in terms ofq
andf
:and the derivatives can be grouped together into a single linear differential operator for each index
l
.Derived using: