File:Fonction lorentzienne.svg

Description

Summary

Fonction lorentzienne (x0 = 0, Γ = 1)


Lorentzian function (x0 = 0, Γ = 1)

Auteurs/authors : Christophe Dang Ngoc Chan (cdang)

                 Guillaume Jacquenot (Gjacquenot)

Réalisé avec/made with : Scilab, [www.inkscape.org/ Inkscape]

clear;clf;

// Fonction lorentzienne

deff('y=lor(x)','y=1/(2*%pi*(0.25+x^2))')

// Intervalle d'étude

pas=0.01;
X=[-3:pas:3]';

// Tracé

Y=feval(X,lor);
plot2d(X,Y,style=2)
xtitle(' ','x','y')
axe=get('current_axes');
axe.y_location='middle';
Date (UTC)
Source
Author
This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: SVG file, modify with Inkscape. The original can be viewed here: Fonction lorentzienne.png: . Modifications made by Gjacquenot.

Category:SVG retouched pictures from raster#Fonction%20lorentzienne.svg
I, the copyright holder of this work, 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Fonction%20lorentzienne.svgCategory:License migration completed#Fonction%20lorentzienne.svgCategory:GFDL#Fonction%20lorentzienne.svgCategory:Self-published work

Original upload log

This image is a derivative work of the following images:

  • File:Fonction_lorentzienne.png licensed with GFDL, GFDL/en
    • 2005-12-09T14:02:07Z Cdang 610x461 (3780 Bytes) : L(x) = \frac{\Gamma}{2\pi}\frac{1}{\left ( \frac{1}{2}\Gamma\right )^2 + (x-x_0)^2} Fonction lorentzienne (''x''0 = 0, Γ = 1) ---- Lorentzian function (''x''0 = 0, Γ = 1) Auteur/author : Christophe Dang

Uploaded with derivativeFX Category:Uploaded with derivativeFX

Category:Scilab Category:Signal processing Category:Cauchy-Lorentz distributions
Category:CC-BY-SA-3.0-migrated Category:Cauchy-Lorentz distributions Category:GFDL Category:License migration completed Category:SVG retouched pictures from raster Category:Scilab Category:Self-published work Category:Signal processing Category:Uploaded with derivativeFX