JHERMPOLY Hermite polynomials. [with F. Rekibi] H=JHERMPOLY(T,N) generates the first N+1 orthonormal Hermite polynomials [H0,...HN] on a time axis specfied by the column vector T. In the nomenclature of Wikipedia, http://en.wikipedia.org/wiki/Hermite_polynomials#Definition the polynomials returned by JHERMPOLY are the "physicists'" definition. Note that H(:,1) is the zeroth-order Hermite polynomial, which is equal to one. H(:,2) is the first-order polynomial, and so forth. See also HERMFUN, HERMEIG. 'jhermpoly --t' runs a test. Usage: h=jhermpoly(t,n); _________________________________________________________________ This is part of JLAB --- type 'help jlab' for more information (C) 2004--2023 F. Rekibi and J. M. Lilly --- type 'help jlab_license' for details