ChebyshevPoly.m

This program returns the coefficients of the Chebyshev polynomial T_n, given n.

이 제출물을 팔로우합니다

Given a nonnegative integer n, ChebyshevPoly(n) returns the coefficients of the Chebyshev polynomial T_n, given n.

polyval(ChebyshevPoly(n),x) evaluates
T_n(x).

인용 양식

David Terr (2026). ChebyshevPoly.m (https://kr.mathworks.com/matlabcentral/fileexchange/4913-chebyshevpoly-m), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

I modified this function so that it returns the result as a column vector.