MATLAB Functions | Help Desk |
airy
Airy functions
W = airy(Z) W = airy(k,Z) [W,ierr] = airy(k,Z)The Airy functions form a pair of linearly independent solutions to:
W = airy(Z)
returns the Airy function, Ai(Z), for each element of the complex array Z
.
W = airy(k,Z)
returns different results depending on the value of k
:
|
---|
[W,ierr] = airy(k,Z)
also returns an array of error flags.Illegal arguments. | |
Overflow. Return Inf .
|
|
Some loss of accuracy in argument reduction. | |
Unacceptable loss of accuracy, Z too large.
|
|
No convergence. Return NaN .
|
besseli
Modified Bessel functions of the first kind
besselj
Bessel functions of the first kind
besselk
Modified Bessel functions of the third kind
bessely
Bessel functions of the second kind