Ficheiro:2D Wavefunction (2,2) Surface Plot.png
De testwiki
Saltar á navegación
Saltar á procura
Tamaño desta vista previa: 800 × 600 píxeles. Outras resolucións: 320 × 240 píxeles | 640 × 480 píxeles | 1.024 × 768 píxeles | 1.280 × 960 píxeles | 1.575 × 1.181 píxeles.
Ficheiro orixinal (1.575 × 1.181 píxeles; tamaño do ficheiro: 605 kB; tipo MIME: image/png)
Este ficheiro é de Wikimedia Commons e pode utilizarse noutros proxectos. A descrición da páxina de descrición do ficheiro móstrase a continuación.
| Descrición2D Wavefunction (2,2) Surface Plot.png |
The quantum wavefunction of a particle in a 2D infinite potential well of dimensions Lx and Ly. The wavenumbers are:
The wavefunction, shown as z on the plot, is given by: |
|||
| Data | ||||
| Orixe | Own drawing, plotted in MuPad. | |||
| Autoría | Inductiveload | |||
| Licenza (Reuso deste ficheiro) |
|
|||
| Outras versións | See 2D Quantum Wavefunctions for more plots. |
Mathematica Code
This code does not require any packages to be loaded.
nx = 3
ny = 2
Plot3D[
Sin[nx Pi x]Sin[ny Pi y],
{x, 0, 1},
{y, 0, 1},
ImageSize -> '''250''',
BoxRatios -> {2, 2, 2},
AxesLabel -> {x/Subscript[2L, x], y/Subscript[L, y], Subscript[ψ, "1,1"]},
PlotRange -> {-1, 1},
TextStyle -> {FontSize -> 96}
]
MuPAD Code
nx := 2:
ny := 2:
f := sin(nx*x*PI) * sin(ny*y*PI):
conts := 16:
projectionlevel:=-1.5:
colourfunc := zip(RGB::Red, RGB::Yellow,
(a, b) -> (f(x,y)+1)/(2)*a
-(f(x,y)-1)/(2)*b):
funcplot := plot::Function3d(f(x,y),
x = 0..1,
y = 0..1,
Mesh = [24, 24],
Submesh=[8,8],
LineColor = RGB::Black.[0.99],
LineWidth = 0.15,
FillColorFunction = colourfunc,
AxesTitleFont = ["BKM-cmr17", 20],
TicksLabelFont = ["Courier New", 12],
ViewingBoxZRange = -1.5..1
):
contours := plot::modify(funcplot,
ZContours = [Automatic, conts],
LineWidth = 0.15,
LineColor = RGB::Gray90.[0.5],
XLinesVisible = FALSE,
YLinesVisible = FALSE,
Filled = FALSE
):
projcontours := plot::Transform3d([0, 0, projectionlevel],
[1, 0, 0, 0, 1, 0, 0, 0, 0],
plot::modify(funcplot, ZContours = [Automatic, conts],
LineWidth = 0.2,
LineColorType = Dichromatic,
LineColor = RGB::Red.[0.99],
LineColor2 = RGB::Yellow.[0.99],
XLinesVisible = FALSE,
YLinesVisible = FALSE,
Filled = FALSE
)
):
camera := plot::Camera([17, -24, 45],
[0.5, 0.4, -0.2],
0.038
):
ploteverything := plot::Canvas(funcplot, contours, projcontours,
Width = 200*unit::mm,
Height = 150*unit::mm,
AxesTitles = ["x/L(x)", "y/L(y)", "z"],
camera
):
plot(ploteverything)
Pés de foto
Engade unha explicación dunha liña do que representa este ficheiro
Elementos retratados neste ficheiro
representa a
Algún valor sen un elemento de Wikidata
13 febreiro 2007
image/png
8579e12430f5b640835edb4fc0398cdfbc1047d4
tamanho dos dados portugués
619.966 Byte
1.181 píxel
1.575 píxel
Historial do ficheiro
Prema nunha data/hora para ver o ficheiro tal e como estaba nese momento.
| Data/Hora | Miniatura | Dimensións | Usuario | Comentario | |
|---|---|---|---|---|---|
| actual | 4 de agosto de 2007 ás 23:58 | 1.575 × 1.181 (605 kB) | wikimediacommons>Inductiveload |
Uso do ficheiro
A seguinte páxina usa este ficheiro: