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
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers9
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15782 Solvers
-
Rosenbrock's Banana Function and its derivatives
165 Solvers
-
Chebyshev polynomials of the 1st Kind
80 Solvers
-
Method of Common Differences part-1
57 Solvers
-
45 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Link for "Hermite Polynomial" is broken.
Thanks for pointing it out Ramon, it has been fixed.