HermitePoly.m

This program returns the coefficients of the Hermite polynomial H_n, given n.
10,8K download
Aggiornato 15 giu 2004

Nessuna licenza

Given a nonnegative integer n, HermitePoly(n) returns the coefficients of the Hermite polynomial H_n, given n. polyval(HermitePoly(n),x) evaluates H_n(x).

Cita come

David Terr (2024). HermitePoly.m (https://www.mathworks.com/matlabcentral/fileexchange/4911-hermitepoly-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Polynomials in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

I modified this function so that it returns a column vector.