polchebyshevTab

Chebyshev polynomial (T) basis in [a b].


Syntax
   V = polchebyshevTab(n, domain)

Description
   V = polchebyshevTab(n, domain) constructs the V matrix such that XV = T, 
   where T are Chebyshev polynomials of first kind 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 = T (double matrix).

See also
  polchebyshevUab, pollegendrePab and polgegenbauerCab.