WLJS LogoWLJS Notebook

HermiteH

HermiteH[n, x] gives the Hermite polynomial H_n(x), used in quantum mechanics and probability.

Examples

Hermite polynomials:

HermiteH[0, x]
(* 1 *)

HermiteH[2, x]
(* -2 + 4*x^2 *)

HermiteH[3, x]
(* -12*x + 8*x^3 *)

Numerical value:

HermiteH[4, 2]
(* 76 *)

Please visit the official Wolfram Language Reference for more details.

On this page