📄 aias.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -