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
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52890 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3064 Solvers
-
Arrange vector in ascending order
817 Solvers
-
Factorions: Numbers that equal the sum of the factorials of their digits
83 Solvers
-
Find elements of set A those are not in set B
72 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.