mpmath--mpmath
3 行
115 B
Python
3 行
115 B
Python
# Modified Bessel function I_n(z) in the complex plane
|
|
cplot(lambda z: besseli(1,z), [-8,8], [-8,8], points=50000)
|