chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Hankel function H2_n(x) on the real line for n=0,1,2,3
|
||||
h0 = lambda x: hankel2(0,x)
|
||||
h1 = lambda x: hankel2(1,x)
|
||||
h2 = lambda x: hankel2(2,x)
|
||||
h3 = lambda x: hankel2(3,x)
|
||||
plot([h0,h1,h2,h3],[0,6],[-1,2])
|
||||
Reference in New Issue
Block a user