zeroai.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 8 行
M
8 行
function f=zeroai(n);%> Call: f=zeroai(n), %> Input: n > 0 is an integer. %> Output: a column vector of the first n zeros of Ai.%> The first come from a list, the rest from the asymptotic formula.%> Reference: HMF Sec 10.4%>%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?