AiryAi
AiryAi[z] gives the Airy function Ai(z).
Examples
Evaluate the Airy function at a point:
AiryAi[0]
(* 1/(3^(2/3) Gamma[2/3]) *)Plot the Airy function:
Plot[AiryAi[x], {x, -10, 5}]Please visit the official Wolfram Language Reference for more details.