scipy.special.ai_zeros

scipy.special.ai_zeros(nt)

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]) :

Previous topic

scipy.special.airye

Next topic

scipy.special.bi_zeros

This Page