Processing math: 100%

Identifier
Values
([],1) => ([],2) => ([],1) => 0
([],2) => ([],3) => ([],1) => 0
([],3) => ([],4) => ([],1) => 0
([],4) => ([],5) => ([],1) => 0
([],5) => ([],6) => ([],1) => 0
([],6) => ([],7) => ([],1) => 0
search for individual values
searching the database for the individual values of this statistic
/ search for generating function
searching the database for statistics with the same generating function
Description
The determinant of the distance matrix of a connected graph.
Map
de-duplicate
Description
The de-duplicate of a graph.
Let G=(V,E) be a graph. This map yields the graph whose vertex set is the set of (distinct) neighbourhoods {Nv|vV} of G, and has an edge (Na,Nb) between two vertices if and only if (a,b) is an edge of G. This is well-defined, because if Na=Nc and Nb=Nd, then (a,b)E if and only if (c,d)E.
The image of this map is the set of so-called 'mating graphs' or 'point-determining graphs'.
This map preserves the chromatic number.
Map
vertex addition
Description
Adds a disconnected vertex to a graph.