$MessageList is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
StringReplaceList["string", s -> sp] or StringReplaceList["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] gives a list of the strings obtained by replacing each individual ...
Closing
(Built-in Mathematica Symbol) Closing[image, ker] gives the morphological closing of image with respect to the structuring element ker.Closing[image, r] gives the closing with respect to a range r square.
Converting power series to normal expressions. Power series in Mathematica are represented in a special internal form, which keeps track of such attributes as their expansion ...
Split
(Built-in Mathematica Symbol) Split[list] splits list into sublists consisting of runs of identical elements. Split[list, test] treats pairs of adjacent elements as identical whenever applying the ...
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
VertexCoverQ[g, vlist] yields True if the vertex list vlist is a vertex cover of the graph g, and False otherwise.