SystemInformation[] gives detailed information about the Mathematica system being run. SystemInformation["comp"] gives a list of rules with information about the component " ...
Tanh
(Built-in Mathematica Symbol) Tanh[z] gives the hyperbolic tangent of z.
Thick
(Built-in Mathematica Symbol) Thick is a graphics directive that specifies that lines which follow should be drawn thick.
Thin
(Built-in Mathematica Symbol) Thin is a graphics directive that specifies that lines which follow should be drawn thin.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
TransformationMatrix[tfun] gives the homogeneous matrix associated with a TransformationFunction object.
Update
(Built-in Mathematica Symbol) Update[symbol] tells Mathematica that hidden changes have been made which could affect values associated with a symbol. Update[] specifies that the value of any symbol could ...
VectorPoints is an option to VectorPlot, ListVectorPlot, and related functions that determines how many field vectors to draw.
WeightedGraphQ[g] yields True if the graph g is a weighted graph and False otherwise.
YuleDissimilarity[u, v] gives the Yule dissimilarity between Boolean vectors u and v.