scipy.special.legendre_p_all#

scipy.special.legendre_p_all(n, z, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]#

所有第一類 Legendre 多項式,直到指定的次數 n

輸出形狀為 (n + 1, ...)。索引 j 對應到次數 j,其中 0 <= j <= n

參見

legendre_p