EuclideanDistance[u, v] gives the Euclidean distance between vectors u and v.
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
GegenbauerC[n, m, x] gives the Gegenbauer polynomial C_n^(m)(x). GegenbauerC[n, x] gives the renormalized form lim_(m->0) C_n^(m)(x)/m.
GeometricTransformation[g, tfun] represents the result of applying the transformation function tfun to the geometric objects corresponding to the primitives ...
HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
InterpolatingFunction[domain, table] represents an approximate function whose values are found by interpolation.
KarhunenLoeveDecomposition[{a_1, a_2, ...}] gives the Karhunen\[Dash]Loeve transform {b_1, b_2, ...} of the numerical arrays {a_1, a_2, ...} and the transformation matrix m, ...
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.