rrr.m
来自「Three dimensional hydrogen atom spherica」· M 代码 · 共 9 行
M
9 行
function f = rrr(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 + -
显示快捷键?