chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Parabolic cylinder function D_n(x) on the real line for n=0,1,2,3,4
|
||||
d0 = lambda x: pcfd(0,x)
|
||||
d1 = lambda x: pcfd(1,x)
|
||||
d2 = lambda x: pcfd(2,x)
|
||||
d3 = lambda x: pcfd(3,x)
|
||||
d4 = lambda x: pcfd(4,x)
|
||||
plot([d0,d1,d2,d3,d4],[-7,7])
|
||||
Reference in New Issue
Block a user