Join
(Built-in Mathematica Symbol) Join[list_1, list_2, ...] concatenates lists or other expressions that share the same head.Join[list_1, list_2, ..., n] joins the objects at level n in each of the list_i.
MovingAverage[list, r] gives the moving average of list, computed by averaging runs of r elements.MovingAverage[list, {w_1, w_2, ..., w_r}] gives the moving average of list, ...
StandardDeviation[list] gives the sample standard deviation of the elements in list. StandardDeviation[dist] gives the standard deviation of the symbolic distribution dist.
Variance[list] gives the sample variance of the elements in list. Variance[dist] gives the variance of the symbolic distribution dist.
PieChart3D[{y_1, y_2, ...}] makes a 3D pie chart with sector angle proportional to y_1, y_2, ....PieChart3D[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a 3D pie ...
In addition to its graphical results, Wolfram|Alpha can provide alternative representations that contain additional information or are well suited to particular tasks. These ...
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
VertexConnectivity[g] gives the minimum number of vertices whose deletion from graph g disconnects it. VertexConnectivity[g, Cut] gives a set of vertices of minimum size ...
Put
(Built-in Mathematica Symbol) expr >> filename writes expr to a file. Put[expr_1, expr_2, ..., " filename"] writes a sequence of expressions expr_i to a file. Put["filename "] creates an empty file with ...
Introduction to DatabaseLink Getting Started Database Connections