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.

Previous topic

scipy.special.errprint

Next topic

scipy.special.airye