aias.m

来自「求解量子力学的薛定谔方程」· M 代码 · 共 13 行

M
13
字号
function f=aias(X);%> This function gives the asymptotics of Airy functions %> for positive  arguments, without the exponential factor.%> Call: aias(X)%> Input: X a row vector of positive arguments. %> For accuracy min(X) > 2%> Output: a matrix of dimension 4 x dim(X) =%> [ exp(-zet)*airy(0,X); exp(-zet)*airy(1,X);%>   exp(+zet)*airy(2,X); exp(+zet)*airy(3.X)]%> 	where zet = (2/3)*(X)^1.5%> Reference Handbook of Mathematical Functions ch 10%>%> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?