Scale
(Built-in Mathematica Symbol) Scale[g, s] represents graphics primitives g scaled by a factor s. Scale[g, s, {x, y, ...}] scales with the point {x, y, ...} kept fixed. Scale[g, {s_x, s_y, ...}, ...] ...
SeriesData[x, x_0, {a_0, a_1, ...}, n_min, n_max, den] represents a power series in the variable x about the point x_0. The a_i are the coefficients in the power series. The ...
SixJSymbol[{j_1, j_2, j_3}, {j_4, j_5, j_6}] gives the values of the Racah 6-j symbol.
SpheroidalPS[n, m, \[Gamma], z] gives the angular spheroidal function PS n, m (\[Gamma], z) of the first kind.
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 ...
TableSpacing is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
ToString[expr] gives a string corresponding to the printed form of expr in OutputForm. ToString[expr, form] gives the string corresponding to output in the specified form.
VertexColors is an option for graphics primitives which specifies the colors to assign to vertices.
VertexCoordinates is an option to Graph and related functions that specifies the coordinates to use to place the center of vertices.
WeightedAdjacencyMatrix[g] gives the adjacency matrix of edge weights of the graph g.