This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

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