Sine cosine integral


Autor/Urheber:
Größe:
512 x 384 Pixel (37818 Bytes)
Beschreibung:
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.
Lizenz:
Public domain
Bild teilen:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Weitere Informationen zur Lizenz des Bildes finden Sie hier. Letzte Aktualisierung: Sun, 19 Sep 2021 18:49:36 GMT


Relevante Artikel

Integralkosinus

Der Integralkosinus ist eine Funktion, in deren Funktionsvorschrift ein Integral und die Kosinusfunktion auftreten. Diese Integralfunktion kann mit elementaren Methoden nicht ohne Integral dargestellt werden. .. weiterlesen