Problem 57560. Hermite Polynomials
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
		Ramon Villamangca
    	on 18 Jan 2023
	
	
  	Link for "Hermite Polynomial" is broken.
		Dyuman Joshi
    	on 18 Jan 2023
	
	
  	Thanks for pointing it out Ramon, it has been fixed.
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
- 
         Maximum running product for a string of numbers 2215 Solvers 
- 
         Given a matrix, swap the 2nd & 3rd columns 1209 Solvers 
- 
         
         356 Solvers 
- 
         
         417 Solvers 
- 
         
         113 Solvers 
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!