Regular graph: Difference between revisions
Citation bot 1 (talk | contribs) m Citations: [Pu158]+: postscript. Unified citation types. You can use this bot yourself! Report bugs here. |
m regular graphs do not have loops or multi-edges unless otherwise mentioned, , -> ; |
||
Line 1: | Line 1: | ||
{{Graph families defined by their automorphisms}} |
{{Graph families defined by their automorphisms}} |
||
In [[graph theory]], a '''regular graph''' is a [[graph (mathematics)|graph]] where each vertex has the same number of neighbors |
In [[graph theory]], a '''regular graph''' is a [[graph (mathematics)|graph]] without [[Loop (graph theory)|loop]]s and [[multiple edge]]s where each vertex has the same number of neighbors; i.e. every vertex has the same [[Degree (graph theory)|degree]] or valency. A regular [[directed graph]] must also satisfy the stronger condition that the indegree and outdegree of each vertex are equal to each other.<ref> |
||
{{Cite book | last = Chen | first = Wai-Kai | title = Graph theory and its engineering applications | publisher = World Scientific | date = 1997 | pages = 29 | isbn = 9789810218591}}</ref> A regular graph with vertices of degree <span class="texhtml" ><var >k</var ></span > is called a <span class="texhtml" ><var >k</var ></span >'''‑regular graph''' or regular graph of degree <span class="texhtml" ><var >k</var ></span >. |
{{Cite book | last = Chen | first = Wai-Kai | title = Graph theory and its engineering applications | publisher = World Scientific | date = 1997 | pages = 29 | isbn = 9789810218591}}</ref> A regular graph with vertices of degree <span class="texhtml" ><var >k</var ></span > is called a <span class="texhtml" ><var >k</var ></span >'''‑regular graph''' or regular graph of degree <span class="texhtml" ><var >k</var ></span >. |
||
Revision as of 12:30, 26 June 2010
In graph theory, a regular graph is a graph without loops and multiple edges where each vertex has the same number of neighbors; i.e. every vertex has the same degree or valency. A regular directed graph must also satisfy the stronger condition that the indegree and outdegree of each vertex are equal to each other.[1] A regular graph with vertices of degree k is called a k‑regular graph or regular graph of degree k.
Regular graphs of degree at most 2 are easy to classify: A 0-regular graph consists of disconnected vertices, a 1-regular graph consists of disconnected edges, and a 2-regular graph consists of disconnected cycles.
A 3-regular graph is known as a cubic graph.
A strongly regular graph is a regular graph where every adjacent pair of vertices has the same number l of neighbors in common, and every non-adjacent pair of vertices has the same number n of neighbors in common. The smallest graphs that are regular but not strongly regular are the cycle graph and the circulant graph on 6 vertices.
The complete graph is strongly regular for any .
A theorem by Nash-Williams says that every k‑regular graph on 2k + 1 vertices has a Hamiltonian cycle.
- 0-regular graph
- 1-regular graph
- 2-regular graph
- 3-regular graph
Algebraic properties
Let A be the adjacency matrix of a graph. Then the graph is regular if and only if is an eigenvector of A.[2] Its eigenvalue will be the constant degree of the graph. Eigenvectors corresponding to other eigenvalues are orthogonal to , so for such eigenvectors , we have .
A regular graph of degree k is connected if and only if the eigenvalue k has multiplicity one.[2]
There is also a criterion for regular and connected graphs : a graph is connected and regular if and only if the matrix J, with , is in the adjacency algebra of the graph (meaning it is a linear combination of powers of A).[citation needed]
Let G be a k-regular graph with diameter D and eigenvalues of adjacency matrix . If G is not bipartite
where .[citation needed]
Generation
Regular graphs may be generated by GenReg program. [3]
See also
References
External links
- Weisstein, Eric W. "Regular Graph". MathWorld.
- Weisstein, Eric W. "Strongly Regular Graph". MathWorld.
- GenReg software and data by Markus Meringer.
- Nash-Williams, Crispin (1969). "University of Waterloo Research Report" (Document). Waterloo, Ontario: University of Waterloo.
{{cite document}}
: Unknown parameter|contribution=
ignored (help)