WLJS LogoWLJS Notebook

AiryBiPrime

AiryBiPrime[z] gives the derivative of the Airy function Bi'(z).

Examples

Evaluate the derivative of AiryBi:

AiryBiPrime[0]
(* 3^(1/6)/Gamma[1/3] *)

Plot the derivative:

Plot[AiryBiPrime[x], {x, -10, 2}]

Please visit the official Wolfram Language Reference for more details.

On this page