SciPy

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

scipy.special.lqmn

scipy.special.lqmn(m, n, z)[source]

Associated Legendre functions of the second kind, Qmn(z) and its derivative, Qmn'(z) of order m and degree n. Returns two arrays of size (m+1, n+1) containing Qmn(z) and Qmn'(z) for all orders from 0..m and degrees from 0..n.

z can be complex.

Previous topic

scipy.special.lpmn

Next topic

scipy.special.ellip_harm