CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
CosineDistance[u, v] gives the angular cosine distance between vectors u and v.
DistributionParameterQ[dist] yields True if dist is a valid distribution, and yields False otherwise.
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...
GeometricMean[list] gives the geometric mean of the values in list.
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
RootOfUnityQ[a] yields True if a is a root of unity, and yields False otherwise.