ChebyshevPoly.m

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

Vous suivez désormais cette soumission

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).

Citation pour cette source

David Terr (2026). ChebyshevPoly.m (https://fr.mathworks.com/matlabcentral/fileexchange/4913-chebyshevpoly-m), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

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