RankedMin[list, n] gives the n\[Null]^th smallest element in list.
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.
VertexCoverQ[g, vlist] yields True if the vertex list vlist is a vertex cover of the graph g, and False otherwise.
$Context is a global variable that gives the current context.
The Mathematica compiler provides an important way both to speed up and to work with Mathematica computations. It does this by taking assumptions about the computations and ...
Casoratian[{y_1, y_2, ...}, n] gives the Casoratian determinant for the sequences y_1, y_2, ... depending on n.Casoratian[eqn, y, n] gives the Casoratian determinant for the ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
Widget["WizardPage"] represents a page of a wizard.