agd SciMax Toolbox airy_bi

SciMax Toolbox >> airy_ai

airy_ai

Maxima Function

Calling Sequence

airy_ai (x)

Description

The Airy function Ai, as defined in Abramowitz and Stegun, Handbook of Mathematical Functions, Section 10.4.

The Airy equation diff (y(x), x, 2) - x y(x) = 0 has two linearly independent solutions, y = Ai(x) and y = Bi(x). The derivative diff (airy_ai(x), x) is airy_dai(x).

If the argument x is a real or complex floating point number, the numerical value of airy_ai is returned when possible.

See also , , .

agd SciMax Toolbox airy_bi