SciPy

scipy.special.airy

scipy.special.airy(z) = <ufunc 'airy'>

Airy functions and their derivatives.

Parameters:

z : float or complex

Argument.

Returns:

Ai, Aip, Bi, Bip

Airy functions Ai and Bi, and their derivatives Aip and Bip

Notes

The Airy functions Ai and Bi are two independent solutions of y’‘(x) = x y.

Previous topic

scipy.special.errprint

Next topic

scipy.special.airye