scipy.special.
lpn#
- scipy.special.lpn(n, z)[源代码]#
第一类勒让德函数。
计算第一类勒让德函数(多项式)序列,Pn(z) 及其导数,对于所有从 0 到 n (包括 n) 的阶数。
有关多项式类,另请参阅 special.legendre。
1.15.0 版本弃用: 此函数已弃用,将在 SciPy 1.17.0 中移除。请改用
scipy.special.legendre_p_all
。参考文献
[1]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html