CompleteGraph[n] gives the complete graph with n vertices K_n.CompleteGraph[{n_1, n_2, ..., n_k}] gives the complete k-partite graph with n_1 + n_2 + \[CenterEllipsis] + n_k ...
Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
ConjugateTranspose[m] or m^\[ConjugateTranspose] gives the conjugate transpose of m.
EdgeQ
(Built-in Mathematica Symbol) EdgeQ[g, e] yields True if e is an edge in the graph g and False otherwise.
EdgeShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each edge.
ExpIntegralEi[z] gives the exponential integral function Ei(z).
FractionalPart[x] gives the fractional part of x.
FresnelC[z] gives the Fresnel integral C(z).
Image
(Built-in Mathematica Symbol) Image[data] represents a raster image with pixel values given by the array data.Image[graphics] creates a raster image from a graphics object. Image[obj, options] gives an ...
JacobiZeta[\[Phi], m] gives the Jacobi zeta function Z(\[Phi] \[VerticalSeparator] m).