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 Solvers10
Suggested Problems
-
Determine if a Given Number is a Triangle Number
399 Solvers
-
Similar Triangles - find the height of the tree
471 Solvers
-
Make a random, non-repeating vector.
11404 Solvers
-
354 Solvers
-
104 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.