scipy.special.

lpn#

scipy.special.lpn(n, z)[source]#

第一類 Legendre 函數。

計算第一類 Legendre 函數(多項式)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