Return the n-th Hermite polynomial of the physicists' type.

Assume that n is a non-negative finite integer.

Examples:

 hermite_poly(0)
 ans = 
     1
 hermite_poly(1)
 ans = 
     2     0
 hermite_poly(2)
 ans = 
     4     0   -2
 hermite_poly(3)
 ans = 
     8     0   -12     0

Neither string operations nor interpolations are allowed!

Solution Stats

187 Solutions

91 Solvers

Last Solution submitted on Apr 08, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers91

Suggested Problems

More from this Author18

Problem Tags

Community Treasure Hunt

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

Start Hunting!