scipy.misc.pade

scipy.misc.pade(an, m)

Given Taylor series coefficients in an, return a Pade approximation to the function as the ratio of two polynomials p / q where the order of q is m.

Previous topic

scipy.misc.lena

Next topic

scipy.misc.radon

This Page