3 lines
87 B
Python
3 lines
87 B
Python
# Airy function Ai(z) in the complex plane
|
|
cplot(airyai, [-8,8], [-8,8], points=50000)
|