scipy.special.ai_zeros¶
-
scipy.special.
ai_zeros
(nt)[source]¶ Compute nt zeros and values of the Airy function Ai and its derivative.
Computes the first nt zeros, a, of the Airy function Ai(x); first nt zeros, ap, of the derivative of the Airy function Ai’(x); the corresponding values Ai(a’); and the corresponding values Ai’(a).
- Parameters
- ntint
Number of zeros to compute
- Returns
- andarray
First nt zeros of Ai(x)
- apndarray
First nt zeros of Ai’(x)
- aindarray
Values of Ai(x) evaluated at first nt zeros of Ai’(x)
- aipndarray
Values of Ai’(x) evaluated at first nt zeros of Ai(x)
References
- 1
Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f_src/special_functions/special_functions.html