chebyshevUpoints

Chebyshev points in [a b].


Syntax
   x = chebyshevUpoints(N, domain)

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

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

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

See also
  chebyshevTpoints, legendrePpoints and gegenbauerCpoints.