pollaguerreL

Laguerre polynomial basis in [0 Inf].


Syntax
   V = pollaguerreL(n)

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

Input
   n = orthogonal polynomial basis dimension (integer).

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

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