This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute the zeros of Airy Functions Ai(x) and Ai’(x), a and a’ respectively, and the associated values of Ai(a’) and Ai’(a).
Returns : | a[l-1] – the lth zero of Ai(x) : ap[l-1] – the lth zero of Ai’(x) : ai[l-1] – Ai(ap[l-1]) : aip[l-1] – Ai’(a[l-1]) : |
---|