polbesselY

Bessel polynomial basis in unitary circle.


Syntax
   V = polbesselY(n)

Description
   V = pollbesseyY(n) constructs the V matrix such that XV = Y, 
   where Y are the Bessel polynomials and X = [x^0, x^1, ...]. 

Input
   n = orthogonal polynomial basis dimension (integer).

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

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