Mathematica has a general mechanism for handling messages generated during computations. Many built-in Mathematica functions use this mechanism to produce error and warning ...
AiryAi
(Built-in Mathematica Symbol) AiryAi[z] gives the Airy function Ai(z).
CountRoots[poly, x] gives the number of real roots of the polynomial poly in x.CountRoots[poly, {x, a, b}] gives the number of roots between a and b.
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
TrigToExp[expr] converts trigonometric functions in expr to exponentials.
Testing and searching for elements of lists. "Getting Pieces of Lists" discusses how to extract pieces of lists based on their positions or indices. Mathematica also has ...
[AN96] Adams, L. and J. L. Nazareth. (Eds.) Linear and Nonlinear Conjugate Gradient-Related Methods. SIAM, 1996. [Br02] Brent, R. P. Algorithms for Minimization without ...
ApartSquareFree[expr] rewrites a rational expression as a sum of terms whose denominators are powers of square-free polynomials. ApartSquareFree[expr, var] treats all ...
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
Mathematica supports a broad range of measures that characterize graphs, from simple measures, such as the number of vertices and edges that tell the size and sparsity of a ...