polchebyshevU

Chebyshev polynoamil basis (U) in [-1 1].


Syntax
   V = polchebyshevU(n)

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

Input
   n = orthogonal polynomial basis dimension (integer).

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

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