File:AiryAi Imag Contour.svg

Description

A graph of the imaginary part of the Airy Ai function over the complex plane:

Both x and y run from -4 to 4.
Date 6 March 2008 (upload date)
Source self-made, Inkscape, Mathematica
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#AiryAi%20Imag%20Contour.svgCategory:PD-self#AiryAi%20Imag%20Contour.svg

Mathematica Code

conts = ContourPlot[
   Im[AiryAi[x + I y]],
   {x, -4, 4},
   {y, -4, 4},
   ContourShading -> False,
   Contours -> 24,
   Frame -> False,
   PlotPoints -> 100]
Category:Airy function with complex arguments Category:Contour plots Category:Images with Mathematica source code
Category:Airy function with complex arguments Category:Contour plots Category:Images with Mathematica source code Category:PD-self Category:Self-published work