polchebyshevUab

Chebyshev polynomial (U) basisin [a b].


Syntax
   V = polchebyshevUab(n, domain)

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

Inputs
   n      = orthogonal polynomial basis dimension (integer).
   domain = domain [a b] of orthogonality (double vector).

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

See also
  polchebyshevTab, pollegendrePab and polgegenbauerCab.