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.
The mathematical operations we have discussed so far are exact. Given precise input, their results are exact formulas. In many situations, however, you do not need an exact ...
Much of what Mathematica does revolves around manipulating structured expressions. But you can also use Mathematica as a system for handling unstructured strings of text. ...