Mathematica stores preference settings and initialization data in two directories, $BaseDirectory and $UserBaseDirectory. Within each of these directories are several ...
Reduce
(Built-in Mathematica Symbol) Reduce[expr, vars] reduces the statement expr by solving equations or inequalities for vars and eliminating quantifiers. Reduce[expr, vars, dom] does the reduction over the ...
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
LetterQ
(Built-in Mathematica Symbol) LetterQ[string] yields True if all the characters in the string are letters, and yields False otherwise.
Unicode: 2192. x → y is by default interpreted as RightArrow[x,y]. Alias: Esc ␣-> Esc. Infix arrow operator. Used for many purposes in mathematics to indicate transformation, ...
Table/Matrix menu commands for creating and editing tables and matrices.
The function FindClusters finds clusters in a dataset based on a distance or dissimilarity function. This package contains functions for generating cluster hierarchies and ...
OrderedQ[h[e_1, e_2, ...]] gives True if the e_i are in canonical order, and False otherwise.
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...
ConjugateTranspose[m] or m^\[ConjugateTranspose] gives the conjugate transpose of m.