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