SelectionAnimate[notebook] animates graphics in the current selection in a notebook. SelectionAnimate[notebook, t] animates graphics for t seconds.
Signature[list] gives the signature of the permutation needed to place the elements of list in canonical order.
SignPadding is an option for NumberForm and related functions that specifies whether padding should be inserted after signs.
Skewness[list] gives the coefficient of skewness for the elements in list.Skewness[dist] gives the coefficient of skewness for the symbolic distribution dist.
StopScheduledTask[obj] deactivates the task obj.
StreamPosition[stream] returns an integer that specifies the position of the current point in an open stream.
Streams
(Built-in Mathematica Symbol) Streams[] gives a list of all streams that are currently open. Streams["name"] lists only streams with the specified name.
Stub
(Built-in Mathematica Symbol) Stub is an attribute which specifies that if a symbol is ever used, Needs should automatically be called on the context of the symbol.
TransferFunctionZeros[tf] gives a matrix of roots of the numerators in the TransferFunctionModel object tf.
VertexList[g] gives the list of vertices for the graph g.VertexList[g, patt] gives a list of vertices that match the pattern patt.