numpy.polynomial.chebyshev.chebpts1#

polynomial.chebyshev.chebpts1(npts)[source]#

第一类切比雪夫点。

第一类切比雪夫点是 cos(x) 点,其中 x = [pi*(k + .5)/npts for k in range(npts)]

参数:
nptsint

所需采样点的数量。

返回:
ptsndarray

第一类切比雪夫点。

另请参阅

chebpts2