CyclicGroup[n] represents the cyclic group of degree n.
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
FiniteGroupData[name, " property"] gives the value of the specified property for the finite group specified by name.FiniteGroupData["class"] gives a list of finite groups in ...
FontSubstitutions is an option for Style and Cell that gives a list of substitutions to try for font family names.
GraphIntersection[g_1, g_2] gives the graph intersection of the graphs g_1 and g_2.GraphIntersection[g_1, g_2, ...] gives the graph intersection of g_1, g_2, ....
GroupElementPosition[group, g] returns the position of the element g in the list of elements of group.GroupElementPosition[group, {g_1, ..., g_n}] returns the list of ...
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...