Fitxer:2D Wavefunction (1,2) Surface Plot.png
De testwiki
Salta a la navegació
Salta a la cerca
Mida d'aquesta previsualització: 800 × 600 píxels. Altres resolucions: 320 × 240 píxels | 640 × 480 píxels | 1.024 × 768 píxels | 1.280 × 960 píxels | 1.575 × 1.181 píxels.
Fitxer original (1.575 × 1.181 píxels, mida del fitxer: 490 Ko, tipus MIME: image/png)
Aquest fitxer prové de Wikimedia Commons i pot ser usat per altres projectes. La descripció de la seva pàgina de descripció es mostra a continuació.
| Descripció2D Wavefunction (1,2) Surface Plot.png |
The quantum wavefunction of a particle in a 2D box of dimensions Lx and Ly. The wavenumbers are:
|
|||
| Data | ||||
| Font | Own drawing, plotted in MuPAD. | |||
| Autor | Inductiveload | |||
| Permís (Com reutilitzar aquest fitxer) |
|
|||
| Altres versions | See 2D Quantum Wavefunctions for more plots. |
Mathematica Code
This code does not require any packages to be loaded.
nx = 1
ny = 2
Plot3D[
Sin[nx Pi x]Sin[ny Pi y],
{x, 0, 1},
{y, 0, 1},
ImageSize -> 2500,
BoxRatios -> {2, 2, 2},
AxesLabel -> {x/Subscript[L, x], y/Subscript[L, y], Subscript[ψ, "1,1"]},
PlotRange -> {-1, 1},
TextStyle -> {FontSize -> 96}
]
MuPAD Code
nx := 1:
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.2,
FillColorFunction = colourfunc,
AxesTitleFont = ["BKM-cmr17", 20],
TicksLabelFont = ["Courier New", 12],
ViewingBoxZRange = -1.5..1
):
contours := plot::modify(funcplot,
ZContours = [Automatic, conts],
LineWidth = 0.2,
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)
Llegendes
Afegeix una explicació d'una línia del que representa aquest fitxer
Elements representats en aquest fitxer
representa l'entitat
Algun valor sense element de Wikidata
13 feb 2007
image/png
b2f2f10e5b7cd7c37601b49c79f762070434c704
501.760 byte
1.181 píxel
1.575 píxel
Historial del fitxer
Cliqueu una data/hora per veure el fitxer tal com era aleshores.
| Data/hora | Miniatura | Dimensions | Usuari/a | Comentari | |
|---|---|---|---|---|---|
| actual | 23:08, 4 ago 2007 | 1.575 × 1.181 (490 Ko) | wikimediacommons>Inductiveload |
Ús del fitxer
La pàgina següent utilitza aquest fitxer: