AiryAi
(Built-in Mathematica Symbol) AiryAi[z] gives the Airy function Ai(z).
Derivatives in Mathematica work essentially the same as in standard mathematics. The usual mathematical notation, however, often hides many details. To understand how ...
Version 7.0 introduces built-in zero-configuration parallel computing. Taking full advantage of Mathematica's unique symbolic architecture, Version 7.0 provides an ...
AiryBi
(Built-in Mathematica Symbol) AiryBi[z] gives the Airy function Bi(z).
FindLibrary[lib] finds a dynamic library that can be loaded by LibraryFunctionLoad.
$LibraryPath gives the default list of directories to search in attempting to find a library.
PolyGamma[z] gives the digamma function \[Psi](z). PolyGamma[n, z] gives the n\[Null]^th derivative of the digamma function \[Psi] (n) (z).
Limit[expr,x->x_0] tells you what the value of expr is when x tends to x_0. When this value is infinite, it is often useful instead to know the residue of expr when x equals ...
NestList[f, expr, n] gives a list of the results of applying f to expr 0 through n times.
TransferFunctionPoles[tf] gives a matrix of roots of the denominators in the TransferFunctionModel object tf.