Problem 57560. Hermite Polynomials

Problem 1304 deals with Hermite polynomial of the physicist's type.
In this problem, Return the n-th Hermite polynomial of the probabilist' type.
Assume that n is a non-negative finite integer.
Examples:
hermite_poly(0)
ans =
1
hermite_poly(1)
ans =
1 0
hermite_poly(2)
ans =
1 0 -1
Neither string operations nor interpolations are allowed!

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Jan 28, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers7

Suggested Problems

More from this Author31

Problem Tags

Community Treasure Hunt

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

Start Hunting!