Anar al contingut

Archiu:Plane wave.png

De L'Enciclopèdia, la wikipedia en valencià
Resolució completa. ((486 × 981 pixels, tamany de l'archiu: 4 kB, MIME tipo: image/png))

Est archiu és de Wikimedia Commons i pot usar-se en atres proyectes. La descripció en la seua pàgina de descripció de l'archiu es mostra més avall.

Description Illustration of en:plane wave.
Date (UTC)
Source self-made with en:Matlab. See the source code below.
Author Oleg Alexandrov
 This diagram was created with MATLAB.
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.

Source code (MATLAB)

 

function main()

Box_x = 3;
Scale = 0.5;
Box_y = Box_x/Scale;

Nx = 200;
Ny = Nx/Scale;

wavenumber = 10;

XX = linspace(-Box_x, Box_x, Nx);
YY = linspace(-Box_y, Box_y, Ny);
hx = XX(2) - XX(1);
hy = YY(2) - YY(1);
[X, Y] = meshgrid(XX, YY);

I = sqrt(-1);
Uinc = exp(I*wavenumber*Y);

% plot the initial planewave
figure(1); clf; hold on; axis equal; axis off; colormap copper;
Tweak=0*Uinc; Tweak(1, 1)=-2; Tweak(1, 2) = 4;
imagesc(real(Uinc)+Tweak); % a hack to have the colormap look better
iter = 1;
saveas(gcf, sprintf('Scattering_frame%d_Nx%d.eps', iter, Nx), 'psc2');
This math image could be re-created using vector graphics as a SVG file. This has several advantages; see Commons:Media for cleanup for more information. If a 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 “Plane wave.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

creator English

Some value without a Wikidata item

data size English

4,318 byte

height English

981 pixel

width English

486 pixel

media type English

image/png

checksum English

fed76a55c5b05fd40932ff0bda95fc330bb65f5c

Historial de l'image

Puncha en la data/hora per a vore l'image tal i com es mostrava en eixe moment.

Data/HoraMiniaturaDimensionsUsuariDescripció
actual04:51 8 jul 2007Miniatura de la versió de 04:51 8 jul 2007486 × 981 (4 kB)wikimediacommons>Oleg Alexandrov{{Information |Description=Illustration of en:plane wave. |Source=self-made with en:Matlab. See the source code below. |Date=~~~~~ |Author= Oleg Alexandrov }} ==MATLAB source code== <pre> <nowiki> function main() Box_

Les següents pàgines enllacen ad esta image: