File:AiryAi Imag Contour.svg
| Description |
A graph of the imaginary part of the Airy Ai function over the complex plane: |
||
| Date | 6 March 2008 (upload date) | ||
| Source | self-made, Inkscape, Mathematica | ||
| Author | Inductiveload | ||
| Permission (Reusing this file) |
|
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