Triangle graph: Difference between revisions
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
# It is the [[complete graph]] on 3 vertices, and is denoted <math>K_3</math>. | # It is the [[complete graph]] on 3 vertices, and is denoted <math>K_3</math>. | ||
# It is the [[odd graph]] <math>O_2</math>, i.e., the [[Kneser graph]] <math>KG_{3,1}</math>. | # It is the [[odd graph]] <math>O_2</math>, i.e., the [[Kneser graph]] <math>KG_{3,1}</math>. | ||
==Explicit descriptions== | |||
===Descriptions of vertex set and edge set=== | |||
Vertex set: <math>\{ 1,2,3 \}</math> | |||
Edge set: <math>\{ \{ 1,2 \}, \{ 2,3 \}, \{ 1,3 \}\}</math> | |||
===Adjacency matrix=== | |||
The adjacency matrix is: | |||
<math>\begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \\\end{pmatrix}</math> | |||
==Arithmetic functions== | |||
===Size measures=== | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Explanation | |||
|- | |||
| {{arithmetic function value|size of vertex set|3}} || As <math>C_n, n =3 </math>: <matH>n = 3</math><br>As <math>K_n , n = 3</math>: <math>n= 3</math><br>As <math>O_n, n= 2</math>: <math>\binom{2n - 1}{n - 1} = \binom{3}{1} = 3</math> | |||
|- | |||
| {{arithmetic function value|size of edge set|3}} || As <math>C_n, n =3 </math>: <matH>n = 3</math><br>As <math>K_n , n = 3</math>: <math>\binom{n}{2}= \binom{3}{2} = 3</math><br>As <math>O_n, n= 2</math>: <math>\binom{2n - 1}{n - 1,n-1,1} = \binom{3}{1,1,1} = 3</math> | |||
|} | |||
===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: | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Explanation | |||
|- | |||
| {{arithmetic function value|degree of a vertex|2}} || As <math>C_n, n = 3</math>: 2 (independent of <math>n</math>)<br>As <math>K_n, n = 3</math>: <math>n - 1 = 2</math><br>As <math>O_n, n = 2</math>: <math>n = 2</math> | |||
|- | |||
| {{arithmetic function value|eccentricity of a vertex|1}} || As <math>C_n, n = 3</math>: greatest integer function of <math>n/2</math> equals greatest integer function of 3/2 equals 1<br>As <math>K_n, n = 3</math>: 1 (true for any <math>n \ge 2</math>)<br>As <math>O_n, n= 2</math>: <math>n - 1 = 1</math> | |||
|} | |||
===Other numerical invariants=== | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Explanation | |||
|- | |||
| {{arithmetic function value|clique number|3}} || As <math>C_n, n = 3</math>: 3 (since <math>n = 3</math>; it's 2 for larger <math>n</math>)<br>As <math>K_n, n = 3</math>: <math>n= 3</math><br>As <math>O_n, n = 2</math>: 3 | |||
|- | |||
| {{arithmetic function value|independence number|1}} || As <math>C_n, n = 3</math>: greatest integer function of <math>n/2</math> equals greatest integer function of 3/2 equals 1<br>As <math>K_n, n = 3</math>: 1 (independent of <matH>n</math>) | |||
|- | |||
| {{arithmetic function value|chromatic number|3}} || As <math>C_n, n = 3</math>: 3 since <matH>n</math> is odd<br>As <math>K_n, n= 3</math>: <math>n = 3</math> | |||
|- | |||
| {{arithmetic function value|radius of a graph|1}} || Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above. | |||
|- | |||
| {{arithmetic function value|diameter of a graph|1}} || Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above. | |||
|- | |||
| {{arithmetic function value|odd girth|3}} || As <math>C_n, n = 3</math>: <matH>n = 3</math><br>As <math>K_n, n = 3</math>: 3 (true for any <math>n \ge 3</math>)<br>As <math>O_n, n = 2</math>: <math>2n - 1 = 2(2) - 1 = 3</math> | |||
|- | |||
| [[even girth]] || infinite || there are no cycles of even length | |||
|- | |||
| {{arithmetic function value|girth of a graph|3}} || minimum of even and odd girth | |||
|} | |||
==Algebraic theory== | |||
The adjacency matrix is: | |||
<math>\begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \\\end{pmatrix}</math> | |||
The matrix is uniquely defined (note that it centralizes all permutations). Below are some important associated algebraic invariants: | |||
{| class="sortable" border="1" | |||
! Algebraic invariant !! Value !! Explanation | |||
|- | |||
| [[characteristic polynomial of a graph|characteristic polynomial]] || <math>t^3 - 3t - 2</math> || As <math>K_n, n = 3</math>: <math>(t + 1)^{n-1}(t - n + 1) = (t + 1)^2(t - 2) = t^3 - 3t - 2</math> | |||
|- | |||
| [[minimal polynomial of a graph|minimal polynomial]] || <math>t^2 - t - 2</math> || As <math>K_n, n = 3</math>: <math>(t + 1)(t - n + 1) = t^2 - (n - 2)t - (n - 1) = t^2 - t - 2</math> | |||
|- | |||
| rank of adjacency matrix || 3 || As <math>K_n, n = 3</math>: <math>n = 3</math> | |||
|- | |||
| eigenvalues (roots of characteristic polynomial) || -1 (multiplicity 2), 2 (multiplicity 1) || As <math>K_n, n = 3</math>: -1 (multiplicity <math>n - 1 = 2</math>), <math>n - 1 = 2</math> (multiplicity 1) | |||
|} |
Latest revision as of 19:40, 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 is a particular finite undirected graph defined as follows:
- It is a graph whose geometric realization is a triangle: it has three vertices and an edge between each pair of vertices.
- It is the cycle graph on 3 vertices, and is denoted .
- It is the complete graph on 3 vertices, and is denoted .
- It is the odd graph , i.e., the Kneser graph .
Explicit descriptions
Descriptions of vertex set and edge set
Vertex set:
Edge set:
Adjacency matrix
The adjacency matrix is:
Arithmetic functions
Size measures
Function | Value | Explanation |
---|---|---|
size of vertex set | 3 | As : As : As : |
size of edge set | 3 | As : As : 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 | 2 | As : 2 (independent of ) As : As : |
eccentricity of a vertex | 1 | As : greatest integer function of equals greatest integer function of 3/2 equals 1 As : 1 (true for any ) As : |
Other numerical invariants
Function | Value | Explanation |
---|---|---|
clique number | 3 | As : 3 (since ; it's 2 for larger ) As : As : 3 |
independence number | 1 | As : greatest integer function of equals greatest integer function of 3/2 equals 1 As : 1 (independent of ) |
chromatic number | 3 | As : 3 since is odd 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 : As : 3 (true for any ) As : |
even girth | infinite | there are no cycles of even length |
girth of a graph | 3 | minimum of even and odd girth |
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 | 3 | As : |
eigenvalues (roots of characteristic polynomial) | -1 (multiplicity 2), 2 (multiplicity 1) | As : -1 (multiplicity ), (multiplicity 1) |