File:Nielsen's spiral.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(951 × 602 pixels, file size: 8 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
This simple image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Nielsen's spiral.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Summary[edit]

Plot of Nielsen's spiral, also known as the sici spiral.

This picture was created by Jitse Niesen using the following Matlab code:

ts = linspace(0.8, 30, 1000);
xs = 1/2i * (expint(ts*1i) - expint(-ts*1i)); % sine integral
ys = -1/2 * (expint(ts*1i) + expint(-ts*1i)); % cosine integral
plot(xs,ys, 'LineWidth', 2);
axis equal;
axis off;
print -dpng 'nielsen_tmp.png';
system('convert -trim -bordercolor white -border 10 +repage nielsen_tmp.png nielsen.png');

Licensing[edit]

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:12, 4 October 2006Thumbnail for version as of 05:12, 4 October 2006951 × 602 (8 KB)Jitse Niesen (talk | contribs)Plot of Nielsen's spiral, created by ~~~ using Matlab

The following page uses this file:

File usage on other wikis

The following other wikis use this file: