mars.tensor.special.airye#

mars.tensor.special.airye(z, out=None, **kwargs)[源代码]#

Exponentially scaled Airy functions and their derivatives.

Scaling:

eAi  = Ai  * exp(2.0/3.0*z*sqrt(z))
eAip = Aip * exp(2.0/3.0*z*sqrt(z))
eBi  = Bi  * exp(-abs(2.0/3.0*(z*sqrt(z)).real))
eBip = Bip * exp(-abs(2.0/3.0*(z*sqrt(z)).real))
参数

z (array_like) – Real or complex argument.

返回

eAi, eAip, eBi, eBip – Exponentially scaled Airy functions eAi and eBi, and their derivatives eAip and eBip

返回类型

array_like

备注

Wrapper for the AMOS 1 routines zairy and zbiry.

参见

airy

引用

1

Donald E. Amos, “AMOS, A Portable Package for Bessel Functions of a Complex Argument and Nonnegative Order”, http://netlib.org/amos/