Hermite polynomials are used for solution of the QHO
- This formula is the Rodrigues formula
- Expands to th order polynomials due to cancellations of with
- Example:
- Orthogonality condition of Hermite polynomials
- is the Kronecker delta
- Power series/recurrence relation representation of the above equation
- Contour integral definition
- Wolfram article
Example Values
TableForm[Table[Simplify[(-1)^n*E^\[Xi]^2*D[E^(-\[Xi]^2), {\[Xi], n}]], {n, 4}]] (* 1st Version*)
TableForm[Table[Simplify[HermiteH[n,\[Xi]]],{n,4}]] (* Mathematica version*)| Hermite Polynomial | Value |
|---|---|