ClosenessCentrality[g] gives a list of closeness centralities for the vertices in the graph g.
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
CDFWavelet[] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type "9/7". CDFWavelet["type"] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type " ...
HasseDiagram[g] constructs a Hasse diagram of the relation defined by directed acyclic graph g.
ReflexiveQ[g] yields True if the adjacency matrix of g represents a reflexive binary relation.
TransitiveQ[g] yields True if graph g defines a transitive relation.
In calculus, infinite sums and products can pose a challenge to manipulate by hand. Mathematica can evaluate a huge number of different types of sums and products with ease.
OptionsPattern[] is a pattern object that represents a collection of options given as rules, where the values of the options can be accessed using OptionValue. ...
VertexShape is an option and property for Graph and related functions that specifies the graphics used for vertices.
TransformedDistribution[expr, x \[Distributed] dist] represents the transformed distribution of expr where the random variable x follows the distribution ...