RegionFunction is an option for plotting functions that specifies the region to include in the plot drawn.
SimpleGraph[g] gives the underlying simple graph from the graph g.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
SphericalBesselJ[n, z] gives the spherical Bessel function of the first kind j_n (z).
SphericalBesselY[n, z] gives the spherical Bessel function of the second kind y_n (z).
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.
"s_1" <> "s_2" <> ..., StringJoin["s_1", "s_2", ...], or StringJoin[{"s_1", "s_2", ...}] yields a string consisting of a concatenation of the s_i.
TagBox
(Built-in Mathematica Symbol) TagBox[boxes, tag] is a low-level box construct that displays as boxes but maintains tag to guide the interpretation of boxes on input.
TimeConstrained[expr, t] evaluates expr, stopping after t seconds. TimeConstrained[expr, t, failexpr] returns failexpr if the time constraint is not met.
TransferFunctionExpand[tf] expands polynomial terms in the numerators and denominators of the TransferFunctionModel object tf.