FromPackedArray[expr] unpacks expr so that its internal representation is not a packed array.
NotebookConvert["name"] converts a Mathematica notebook from a previous version of Mathematica to one for the current version.
TrigToRadicals[expr] converts trigonometric functions to radicals whenever possible in expr.
CompileEvaluate[expr] compiles expr and then evaluates the resulting compiled code.
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.
ElementToPolynomial[e, s] gives a polynomial in the symbol s corresponding to the field element e.ElementToPolynomial[f, s] gives the irreducible polynomial in s of the field ...
FunctionOfCoefficients[g] is a setting for the option FormatType that specifies the format g[c_0, c_1, ...] for an element, where c_0, c_1, ... are the coefficients in the ...
OrderStarSymbolSize is an option to OrderStarPlot that specifies the size of the symbols used to represent poles, zeros and interpolation points.
NeighborhoodSubgraph[g, i, r] gives a subgraph consists of vertices that can be reached from vertex i within r hops.NeighborhoodSubgraph[g, i] gives a subgraph consists of ...
Agglomerate[{e_1, e_2, ...}] gives an hierarchical clustering of the elements e_1, e_2, ....Agglomerate[{e_1 -> v_1, e_2 -> v_2, ...}] represents e_i with v_i in each ...