polhermiteH

Hermite polynomial basis in [-Inf Inf].


Syntax
   V = polhermiteH(n)

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

Input
   n = orthogonal polynomial basis dimension (integer).

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

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