Image:Integrale double signal carre.png

Un article de Wikipédia, l'encyclopédie libre.

Ci-dessous, retrouvez page de description du fichier provenant de Commons.
This Math image should be recreated 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 already available, please upload it. After uploading an SVG, replace this template with template {{Vector version available|new image name.svg}} in this image.

العربية | Български | Català | Česky | Dansk | Deutsch | English | Esperanto | Español | Français | 한국어 | Italiano | Magyar | Lietuvių | Nederlands | 日本語 | Polski | Português | Română | Русский | Suomi | Svenska | Türkçe | Українська | Tiếng Việt | मराठी | ‪中文(繁體)‬ | ‪中文(简体)‬ | +/-

[edit] Summary

Signal carré, signal triangulaire (primitive du signal carré) et intégrale du signal triangulaire (intégrale double du signal carré) ; un exemple de non dérivabilité.


Hat function, triangular function (antiderivative of the hat function) and antiderivative of the triangular function; the later is an example of non-derivability.

Auteur/author : Christophe Dang Ngoc Chan (cdang)

réalisé avec/made with Scilab

clear;clf;

// domaine d'étude

pas=0.01;
X=0:pas:3';
NX=size(X);nx=NX(1,2);

// sous-domaines pour le tracé

X1=0:pas:1-pas';
X2=1+pas:pas:2-pas';
X3=2+pas:pas:3-pas';

// fonction initiale

deff('y=f(x)','y=(-1)^(int(x))')

// intégrale première

deff('y=f1(x)','y=(-1)^(int(x))*(x-int(x))-0.5*(f(x)-1)')
Y1=feval(X,f1);

// intégrale seconde

Y2(1)=0
for i=2:nx
   Y2(i)=Y2(i-1)+Y1(i);
end

// affichage

subplot(3,1,1)
plot2d(X1,f(X1),style=2,rect=[0,-1.03,3,1.03])
plot2d(X2,f(X2),style=2)
plot2d(X3,f(X3),style=2)
axe=get('current_axes');
axe.x_location='middle'; axe.y_location='middle';
xtitle('signal carré','x','y')

subplot(3,1,2)
plot2d(X,Y1,style=2)
axe1=get('current_axes');
axe1.x_location='middle'; axe1.y_location='middle';
xtitle('signal triangulaire (intégrale du signal carré)','x','y')

subplot(3,1,3)
plot2d(X,Y2,style=2)
axe2=get('current_axes');
axe2.x_location='middle'; axe2.y_location='middle';
xtitle('intégrale double du signal carré','x','y')

[edit] Licensing

I, the copyright holder of this work, have published or hereby publish it under the following license:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation license, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation license".

Aragonés | العربية | Asturianu | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | Bahasa Melayu | Nnapulitano | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | తెలుగు | ไทย | Türkçe | Українська | اردو | Tiếng Việt | Volapük | Yorùbá | ‪中文(中国大陆)‬ | ‪中文(台灣)‬ | +/-

Historique du fichier

Cliquer sur une date et une heure pour voir le fichier tel qu’il était à ce moment-là

Date et heureDimensionsUtilisateurCommentaire
actuel8 décembre 2005 à 13:52610×461 (4 Kio)Cdang (: <math>\sgn(x)=\left\{\begin{matrix} -1 & : x < 0 \\ \;0 & : x = 0 \\ \;1 & : x > 0 \end{matrix}\right. </math> : <math>\int_0^x \sgn(t)\cdot dt</math> : <math>\int\int_0^x \sgn(t)\cdot dt^2</math> Signal carré, signal triangulaire (intégrale du sign)

Les pages ci-dessous contiennent cette image :