Complete graph:K4: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
This graph, denoted <math>K_4</math> is defined as the [[complete graph]] on a set of size four. It is also sometimes termed the ''tetrahedron graph''' or ''tetrahedral graph'''. | This graph, denoted <math>K_4</math> is defined as the [[complete graph]] on a set of size four. It is also sometimes termed the ''tetrahedron graph''' or ''tetrahedral graph'''. | ||
==Explicit descriptions== | |||
===Descriptions of vertex set and edge set=== | |||
Vertex set: <math>\{ 1,2,3,4 \}</math> | |||
Edge set: <math>\{ \{ 1,2 \}, \{ 1,3 \}, \{ 1,4 \}, \{ 2,3 \}, \{ 2, 4 \}, \{ 3, 4 \} \} </math> | |||
===Adjacency matrix=== | |||
The adjacency matrix is: | |||
<math>\begin{pmatrix} 0 & 1 & 1 & 1\\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 1 \\ 1 & 1 & 1 & 0\\\end{pmatrix}</math> | |||
The matrix is uniquely defined (note that it centralizes all permutations). | |||
==Arithmetic functions== | ==Arithmetic functions== |
Revision as of 19:51, 29 May 2012
This article defines a particular undirected graph, i.e., the definition here determines the graph uniquely up to graph isomorphism.
View a complete list of particular undirected graphs
Definition
This graph, denoted is defined as the complete graph on a set of size four. It is also sometimes termed the tetrahedron graph or tetrahedral graph.
Explicit descriptions
Descriptions of vertex set and edge set
Vertex set:
Edge set:
Adjacency matrix
The adjacency matrix is:
The matrix is uniquely defined (note that it centralizes all permutations).
Arithmetic functions
Size measures
Function | Value | Explanation |
---|---|---|
size of vertex set | 4 | As : |
size of edge set | 6 | As : |
Numerical invariants associated with vertices
Since the graph is a vertex-transitive graph, any numerical invariant associated to a vertex must be equal on all vertices of the graph. Below are listed some of these invariants:
Function | Value | Explanation |
---|---|---|
degree of a vertex | 3 | As : |
eccentricity of a vertex | 1 | As : 1 (true for all , independent of ) |
Other numerical invariants
Function | Value | Explanation |
---|---|---|
clique number | 4 | As : |
independence number | 1 | As : 1 (independent of ) |
chromatic number | 4 | As : |
radius of a graph | 1 | Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above. |
diameter of a graph | 1 | Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above. |
odd girth | 3 | As : 3 (because ) |
even girth | 4 | As : 4 (because ) |
girth of a graph | 3 | As : 3 (because ) |
Algebraic theory
The adjacency matrix is:
The matrix is uniquely defined (note that it centralizes all permutations). Below are some important associated algebraic invariants:
Algebraic invariant | Value | Explanation |
---|---|---|
characteristic polynomial | As : | |
minimal polynomial | As : | |
rank of adjacency matrix | 4 | As : |
eigenvalues (roots of characteristic polynomial) | -1 (multiplicity 3), 3 (multiplicity 1) | As : -1 (multiplicity ), (multiplicity 1) |