hydrogen.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 7 行
M
7 行
function f=hydrogen(N,L,M,x,y);%> The file <hydrogen.m> calculates the amplitudes of the eigenfunctions %> of the hydrogen atom. The amplitude is renormalized by an extra%> factor = sqrt(sin(theta)*radius^2) (corresponding to the factor%> sin(theta)*r^2 in the integration element)%> Call: hydrogen(N,L,M,x,y) %> Input: N,L,M integers, 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?