radial.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 9 行
M
9 行
function f=radial(n,x);%> This file calculates the radial functions of the hydrogen atom %> in suitable atomic units, for a range of angular momenta.%> Call: radial(n,x), %> Input: n = positive integer, x = column vector.%> Output: a matrix of n rows corresponding to L = 0,...,n-1,%> columns of size x.%>%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?