chebyshevTpoints

Chebyshev points in [a b].


Syntax
   x = chebyshevTpoints(N, domain)

Description
   x = chebyshevUpoints(N, domain) returns the Chebyshev points (T) in the 
   domain [a, b].

Inputs
   n      = number of points in [a b] (integer).
   domain = domain [a b] (double vector).

Output
   x      = Chebyshev points in [a b] (double vector).

See also
  chebyshevUpoints, legendrePpoints and gegenbauerCpoints.