chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Hermite polynomials L_n(x) on the real line for n=0,1,2,3,4
|
||||
f0 = lambda x: laguerre(0,0,x)
|
||||
f1 = lambda x: laguerre(1,0,x)
|
||||
f2 = lambda x: laguerre(2,0,x)
|
||||
f3 = lambda x: laguerre(3,0,x)
|
||||
f4 = lambda x: laguerre(4,0,x)
|
||||
plot([f0,f1,f2,f3,f4],[0,10],[-10,10])
|
||||
Reference in New Issue
Block a user