File:Asymmetricwave2.png

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(1,814 × 1,358像素,文件大小:505 KB,MIME类型:image/png


摘要

描述
English: Asymmetric wavefunction for a (fermionic) 2-particle state in a one-dimensional square well potential of infinite depth. The 3D graph shows the wavefunction for the 2-particle fermionic first excited state for the square well, with each horizontal axis giving one particle's position.
来源

个人作品,使用:

  • See for example: D.J. Griffiths, Introduction to quantum mechanics, Prentice Hall , 1995, section 5.1.1
  • Mathematica 6.0 using the code below
作者 TimothyRias

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名
本文件采用知识共享署名 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。

Code

&Assumptions = {n \[Element] Integers, m \[Element] Integers};
f[n_, x_] := Sqrt[2] Sin[n \[Pi] x]
a[n_, m_] := Function[{x, y}, (f[n, x] f[m, y] - f[n, y] f[m, x])/Sqrt[2]];
awave2 = Plot3D[Evaluate[a[1, 3][x, y]], {x, 0, 1}, {y, 0, 1},
  PlotPoints -> 35,
  PlotRange -> {-2.5, 3.5},
  MeshFunctions -> {#3 &},
  Mesh -> 10,
  MeshStyle -> 
   Directive[ColorData["DeepSeaColors"][.1], Thickness[.002]],
  ColorFunction -> "LakeColors",
  BoxRatios -> {1, 1, .7},
  Boxed -> False,
  Axes -> False];
agroundplot = Plot3D[-3, {x, 0, 1}, {y, 0, 1},
  MeshFunctions -> {a[1, 3][#1, #2] &},
  Mesh -> 10,
  MeshStyle -> 
   Directive[ColorData["DeepSeaColors"][.1], Thickness[.002]],
  PlotPoints -> 50,
  ColorFunction -> (ColorData["LakeColors"][(a[1, 3][#1, #2] + 2.5)/
      6] &)
  ];
awave3 = Show[{awave2, agroundplot},
 PlotRange -> {{0, 1}, {0, 1}, {-3, 3}},
 Axes -> None,
 PlotRangePadding -> None,
 ImagePadding -> 1,
 FaceGrids -> {
   {{-1, 0, 0}, {Table[i, {i, 0, 1, 1/9}], 
     Table[i, {i, -3, 3, 1}]}},
   {{0, -1, 0}, {Table[i, {i, 0, 1, 1/9}], Table[i, {i, -3, 3, 1}]}}
   },
 ViewPoint -> 1000 {5, 5, 2},
 ViewVertical -> {0, 0, 1},
 ViewCenter -> {.5, .5, 0},
 ImageSize -> 600]
Export["Asymmetricwave2.png", awave3, "PNG"]

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

某些值没有维基数据项目

b85517ef16909cf0c8966bef713f8c3d46430b67

517,298 字节

1,358 像素

1,814 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2023年4月4日 (二) 14:582023年4月4日 (二) 14:58版本的缩略图1,814 × 1,358(505 KB)JähmefyysikkoHigher resolution image
2023年4月4日 (二) 14:512023年4月4日 (二) 14:51版本的缩略图680 × 510(141 KB)JähmefyysikkoNew rendering with antialiasing (using the same commands)
2008年10月15日 (三) 13:142008年10月15日 (三) 13:14版本的缩略图600 × 450(76 KB)TimothyRias{{Information |Description=Asymmetric (fermion) 2-particle state in a infinite square well potential. |Source= |Date= |Author= |Permission= |other_versions= }}
2008年10月7日 (二) 14:522008年10月7日 (二) 14:52版本的缩略图360 × 286(24 KB)TimothyRias{{Information |Description={{en|1=Asymmetric wavefunction}} |Source=Own work by uploader |Author=TimothyRias |Date= |Permission= |other_versions= }} <!--{{ImageUpload|full}}-->

全域文件用途

以下其他wiki使用此文件:

元数据