polchebyshevT

Chebyshev polynomial basis (T) in [-1 1].


Syntax
   V = polchebyshevT(n)

Description
   V = polchebyshevT(n) constructs the V matrix such that XV = T, where T
   are Chebyshev polynomials of first kind and X = [x^0, x^1, ...].

Input
   n = orthogonal polynomial basis dimension (integer).

Output
   V = matrix such that XV = T (double matrix).

See also
  polchebyshevU, 
         pollegendreP, 
         polgegenbauerC,
         polhermiteH,
         pollaguerreL and
         polbesselY.