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 at http://mathworld.wolfram.com/PadeApproximant.html(I > don'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. Cheers Alex -- 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.
