scipy.special.bi_zeros

scipy.special.bi_zeros(nt)

Compute the zeros of Airy Functions Bi(x) and Bi’(x), b and b’ respectively, and the associated values of Ai(b’) and Ai’(b).

Returns :

b[l-1] – the lth zero of Bi(x) :

bp[l-1] – the lth zero of Bi’(x) :

bi[l-1] – Bi(bp[l-1]) :

bip[l-1] – Bi’(b[l-1]) :

Previous topic

scipy.special.ai_zeros

Next topic

scipy.special.ellipj

This Page