Total
(Built-in Mathematica Symbol) Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...
TransformedDistribution[expr, x \[Distributed] dist] represents the transformed distribution of expr where the random variable x follows the distribution ...
VertexDegree[g] gives the list of vertex degrees for all vertices in the graph g.VertexDegree[g, v] gives the vertex degree for the vertex v.
NEXUS
(Mathematica Import/Export Format) NEXUS phylogenetic file format. Commonly used for storage and exchange of phylogenetic data. Can store DNA and protein sequences, taxa distances, alignment scores, and ...
ArcSinh
(Built-in Mathematica Symbol) ArcSinh[z] gives the inverse hyperbolic sine sinh -1 (z) of the complex number z.
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 ...
EulerE
(Built-in Mathematica Symbol) EulerE[n] gives the Euler number E_n. EulerE[n, x] gives the Euler polynomial E_n (x).
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
IsomorphicGraphQ[g_1, g_2] yields True if the graphs g_1 and g_2 are isomorphic, and False otherwise.
LaguerreL[n, x] gives the Laguerre polynomial L_n (x). LaguerreL[n, a, x] gives the generalized Laguerre polynomial L_n^a(x).