Functionality in this package has been added to the built-in Mathematica kernel or incorporated into newly created packages. CDF, PDF and CharacteristicFunction are built ...
In addition to providing a comprehensive environment for calculations and a programming language, Mathematica is also a system for representing and presenting scientific and ...
BaseForm[expr, n] prints with the numbers in expr given in base n.
Collect
(Built-in Mathematica Symbol) Collect[expr, x] collects together terms involving the same powers of objects matching x. Collect[expr, {x_1, x_2, ...}] collects together terms that involve the same powers ...
ConfidenceLevel is an option for LinearModelFit and other fitting functions that specifies the confidence level to use in generating parameter and prediction intervals.
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
Converting to and from character codes. Mathematica assigns every character that can appear in a string a unique character code. This code is used internally as a way to ...