原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.laguerre.lagweight.html
校对:(虚位以待)
numpy.polynomial.laguerre.
lagweight
(x)[source]Laguerre多项式的权重函数。
权重函数为,积分间隔为。相对于该加权函数,Laguerre多项式是正交的,但不是归一化的。
参数: | x:array_like
|
---|---|
返回: | w:ndarray
|
笔记