This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.airy¶
- scipy.special.airy(x[, out1, out2, out3, out4]) = <ufunc 'airy'>¶
(Ai,Aip,Bi,Bip)=airy(z) calculates the Airy functions and their derivatives evaluated at real or complex number z. The Airy functions Ai and Bi are two independent solutions of y’‘(x)=xy. Aip and Bip are the first derivatives evaluated at x of Ai and Bi respectively.