numpy.polynomial.legendre
numpy.polynomial.legendre.leggauss
numpy.polynomial.legendre.legcompanion
numpy.polynomial.legendre.
legweight
勒让德多项式的权重函数。
权重函数为,积分间隔为。关于该权重函数,勒让德多项式是正交的,但不是归一化的。
x:array_like
将计算加权函数的值。
w:ndarray
在x处的权重函数。
笔记