File:Sine cosine integral.svg

Original file (SVG file, nominally 512 × 384 pixels, file size: 37 KB)

Summary

Description
English: This is a plot of sine integral and cosine integral functions (for ).

The plot was produced by the following MATLAB code:

x = 0:0.01*pi:8*pi;
Si = sinint(x); Ci = cosint(x); % requires Symbolix Math Toolbox
 
plot(x,Si, x,Ci);
margin = 0.3;
axis([min(x)  max(x)  min([min(Si),min(Ci)])  max([max(Si),max(Ci)]) + margin])
title('{\bfSine integral} and {\bfcosine integral}');
legend('Si({\itx})', 'Ci({\itx})', 'Location','SouthEast')
xlabel('{\it{\bfx}}')
The plot was converted to SVG using the plot2svg function from MATLAB Central.
Date
Source Own work
Author DmitTrix

Licensing

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

31 March 2009

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:30, 31 March 2009Thumbnail for version as of 13:30, 31 March 2009512 × 384 (37 KB)DmitTrix{{Information |Description={{en|1=This is a plot of w:sine integral and w:cosine integral functions (for <math>0 < x\le 8\pi </math>). The plot was produced by the following w:MATLAB code: <source lang="matlab"> margin = 0.3; x = 0:0.01*pi

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata