SetEdgeLabels[g, l] assigns the labels in l to edges of g.
SetVertexLabels[g, l] assigns the labels in l to vertices of g.
UnrankBinarySubset[n, l] gives the n\[Null]^th subset of list l, listed in increasing order of integers corresponding to the binary representations of the subsets.
VertexConnectivity[g] gives the minimum number of vertices whose deletion from graph g disconnects it. VertexConnectivity[g, Cut] gives a set of vertices of minimum size ...
Vertices[g] gives the coordinates of each vertex of graph g embedded in a plane.Vertices[g, All] gives the embedding of the graph along with graphics options associated with ...
Arrow has been added to the built-in Mathematica kernel. New directive Arrowheads has been added to the built-in Mathematica kernel.
Much of the functionality in Miscellaneous`CityData` is now available in the built-in Mathematica kernel function CityData.
The functionality of NumericalMath`ListIntegrate` is now accessible by using the built-in Mathematica kernel functions Integrate and Interpolation.
EdgeList
(Graph Utilities Package Symbol) EdgeList[g] gives a list of edges in the graph g
CentsToHertz[{i_1, i_2, ...}] converts a list of intervals i_1, i_2, ..., measured in cents to a list of frequencies measured in Hertz, beginning at 440 ...