3 lines
106 B
Python
3 lines
106 B
Python
# Bessel function J_n(z) in the complex plane
|
|
cplot(lambda z: besselj(1,z), [-8,8], [-8,8], points=50000)
|