chebyshev.c.inner.products: Inner products of Chebyshev polynomials
Description
This function returns a vector with $n + 1$ elements containing the inner product of
an order $k$ Chebyshev polynomial of the first kind, $C_k \left( x\right)$,
with itself (i.e. the norm squared) for orders $k = 0,\;1,\; \ldots ,\;n$.
Usage
chebyshev.c.inner.products(n)
Arguments
n
integer value for the highest polynomial order
Value
A vector with $n + 1$ elements
1inner product of order 0 orthogonal polynomial
2inner product of order 1 orthogonal polynomial
...
n+1inner product of order $n$ orthogonal polynomial
Details
THe formula used to compute the inner products is as follows.
$h_n = \left\langle {C_n |C_n } \right\rangle = \left{ {\begin{array}{*{20}c}
{4\,\pi } & {n \ne 0} \
{8\,\pi } & {n = 0} \
\end{array} } \right.$
References
Abramowitz, M. and I. A. Stegun, 1968. Handbook of Mathematical Functions with
Formulas, Graphs, and Mathematical Tables, Dover Publications, Inc., New York.
Courant, R., and D. Hilbert, 1989. Methods of Mathematical Physics,
John Wiley, New York, NY.
Szego, G., 1939. Orthogonal Polynomials, 23, American Mathematical Society
Colloquium Publications, Providence, RI.