Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.SpecialFunctions Namespace


Extreme Optimization Mathematics Library for .NET

Airy Class

Contains methods for calculating the value of the Airy functions and their derivatives.

For a list of all members of this type, see Airy Members.

System.Object
   Airy

[Visual Basic]
NotInheritable Public Class Airy
[C#]
public sealed class Airy

Remarks

The Airy functions, Ai and Bi, are two linearly independent solutions of the differential equation

y'' - xy= 0.

Other solutions to this equation are a linear combination of the two standard Airy functions.

They arise in a number of applications in physics and engineering. This class provides methods for evaluating the Airy functions and their derivatives for real arguments.

Requirements

Namespace: Extreme.Mathematics.SpecialFunctions

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

Airy Members | Extreme.Mathematics.SpecialFunctions Namespace