Description:
ChebyshevExpansion.m by David Terr, Raytheon, 5-26-04
Given a polynomial f(x) of degree n expressed as a row vector of coefficients of x^k with
highest power on the left, expand f(x) as a sum of scalar multiples of
Chebyshev polynomials, i.e. return the column vector of coefficients a_k with k
running from n to 0 from top to bottom such that f(x) = sum_{k=0}^n{a_k P_k(x)}.
To Search:
- [fly] - realization of fourier series by impleme
File list (Check if you may need any files):
普通多项式Chebyshev展开系数的计算\ChebyshevExpansion.m
.................................\说明.txt
普通多项式Chebyshev展开系数的计算