File:2D Wavefunction (3,3) Density Plot.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(800 × 800 pixels, file size: 25 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
Description

The quantum wavefunction of a particle in a 2D box of dimensions Lx and Ly. The wavenumbers are:

  • nx=3
  • ny=3
White corresponds to a high value, black low values and mid-grey zero.
Date
Source Own work
 
This diagram was created with Mathematica.
Author Inductiveload
Permission
(Reusing this file)
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.
Other versions

smaller version more suited to inclusion in an article.

See 2D Quantum Wavefunctions for more plots.

Mathematica Code[edit]

This code does not require any packages to be loaded.

nx = 3
ny = 3
plot = DensityPlot[
      Sin[nx Pi x]Sin[ny Pi y],
      {x, 0, 1}, 
      {y, 0, 1},
      ImageSize -> 800,
      PlotPoints -> 50,
      FrameLabel -> {x/Subscript[L, x], y/Subscript[L, y]},
      RotateLabel -> False,
      PlotRange -> {-1, 1},
      PlotLabel -> Subscript["2-Dimensional 
      Quantum Wavefunction in a Square Box: ψ", "3,3"],
      TextStyle -> {FontSize -> 18}
      ];

File history

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

Date/TimeThumbnailDimensionsUserComment
current06:42, 13 February 2007Thumbnail for version as of 06:42, 13 February 2007800 × 800 (25 KB)Inductiveload (talk | contribs){{Information |Description=The quantum wavefunction of a particle in a 2D box of dimensions L<sub>x</sub> and L<sub>y</sub>. The wavenumbers are: *''n<sub>x</sub>''=3 *''n<sub>y</sub>''=3 White corresponds to a high value, black low values and mid-grey

There are no pages that use this file.

Metadata