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 Solvers11
Suggested Problems
-
Remove all the words that end with "ain"
2729 Solvers
-
Maximum running product for a string of numbers
2258 Solvers
-
4596 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2585 Solvers
-
First non-zero element in each column
966 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.