原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.chebyshev.chebgauss.html
校对:(虚位以待)
numpy.polynomial.chebyshev.
chebgauss
(deg)[source]高斯 - 切比雪夫正交。
计算高斯 - 切比雪夫正交的采样点和权重。These sample points and weights will correctly integrate polynomials of degree or less over the interval with the weight function .
参数: | deg:int
|
---|---|
返回: | x:ndarray
y:ndarray
|
笔记
版本1.7.0中的新功能。
结果只测试到100度,更高的程度可能有问题。对于高斯 - 切比雪夫,有样本点和权重的封闭形式解。如果n = deg,则