Image:Airy plot.png
From Wikipedia, the free encyclopedia
No higher resolution available.
Airy_plot.png (656 × 408 pixel, file size: 8 KB, MIME type: image/png)
Plot of the Airy functions Ai(x) in red and Bi(x) in green.
This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide. | |
Note: This tag is deprecated! Please use instead:
|
This plot was produced by running Gnuplot on a file with the following contents.
set terminal png font "/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf" size 700,450 crop set output "Airy_plot.png" set key off unset border set xzeroaxis linetype -1 linewidth 0.5 set yzeroaxis linetype -1 linewidth 0.5 set xtics axis set ytics axis set xrange [-15:5] set yrange [-0.5:1.3] plot 'airy.txt' using 1:2 with lines linewidth 4, \ 'airy.txt' using 1:3 with lines linewidth 4
The file 'airy.txt' contains the values of the Airy functions, and can be produced by the following Octave commands.
xs = linspace(-15, 5, 1000); tbl = [ xs; airy(0,xs); airy(2,xs) ]; tbl = tbl'; save -ascii airy.txt tbl;
File history
Legend: (cur) = this is the current file, (del) = delete
this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.
- (del) (cur) 21:58, 26 October 2004 . . Jitse Niesen (Talk | contribs) . . 656×408 (7,874 bytes) (chop top)
- (del) (rev) 21:51, 26 October 2004 . . Jitse Niesen (Talk | contribs) . . 656×566 (8,489 bytes) (Plot of the Airy functions {{PD}})
- Edit this file using an external application
See the setup instructions for more information.
File links
No pages on the English Wikipedia link to this file. (Pages on other projects are not counted.)