IMSL Mathematics Reference Guide > Special Functions > HERMITE Function (PV-WAVE Advantage)
  

HERMITE Function (PV-WAVE Advantage)
Evaluates Hermite polynomials.
Usage
result = hermite(n,x)
Input Parameters
n—A non-negative integer designating the polynomial order.
x—Array of values to evaluate the polynomial at.
Return Value
result—The array of values of the polynomial at x.
Example
MATH_INIT
x = INTERPOL([-2,2], 40001)
yr = [-40,40]
FOR n=0L,4 DO BEGIN &$
   PLOT, x, HERMITE(n,x), YRange=yr & WAIT, 1 & ENDFOR

Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.