On 25 Feb., 11:03, Alexander Eberspächer <[email protected]> wrote: > Hello, > > On Friday, February 25, 2011 4:11:41 AM UTC+1, asmeurer wrote: > > > The Wikipedia page mentions some epsilon algorithm. There is also some > > algorithm mentioned > > athttp://mathworld.wolfram.com/PadeApproximant.html(Idon't know if it is > > the same thing). > > Me neither. However, the algorithm described at Wolfram looks implementable. > SciPy has some related functionality (scipy.misc.pade). However, I haven't > found a method the specify the degree of both polynomials with the SciPy > routine.
Please note that mpmath has pade approximants [1]. Vinzent [1] http://mpmath.googlecode.com/svn/trunk/doc/build/calculus/approximation.html?highlight=pade#mpmath.pade -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
