<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76.65.229.237</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76.65.229.237"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/76.65.229.237"/>
	<updated>2026-05-21T02:44:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Turboencabulator&amp;diff=13371</id>
		<title>Turboencabulator</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Turboencabulator&amp;diff=13371"/>
		<updated>2013-12-24T14:53:41Z</updated>

		<summary type="html">&lt;p&gt;76.65.229.237: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox graph&lt;br /&gt;
 | name = Path graph&lt;br /&gt;
 | image = [[Image:Path-graph.svg|250px]]&lt;br /&gt;
 | image_caption = A path graph on 6 vertices&lt;br /&gt;
 | vertices = &#039;&#039;n&#039;&#039;&lt;br /&gt;
 | edges = &#039;&#039;n - 1&#039;&#039;&lt;br /&gt;
 | automorphisms    = 2&lt;br /&gt;
 | diameter = &#039;&#039;n - 1&#039;&#039;&lt;br /&gt;
 | radius = &#039;&#039;⌊n/2⌋&#039;&#039;&lt;br /&gt;
 | chromatic_number = 2&lt;br /&gt;
 | chromatic_index = 2&lt;br /&gt;
 | spectrum = {2 cos(&#039;&#039;k&#039;&#039; π / (&#039;&#039;n&#039;&#039; + 1))&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;; &#039;&#039;k&#039;&#039;=1,...,&#039;&#039;n&#039;&#039;}&lt;br /&gt;
 | properties = [[Unit distance graph|Unit distance]]&amp;lt;br/&amp;gt;[[Bipartite graph]]&amp;lt;br/&amp;gt;[[tree (graph theory)|Tree]]&lt;br /&gt;
 |notation = &amp;lt;math&amp;gt;P_n&amp;lt;/math&amp;gt; &lt;br /&gt;
}}&lt;br /&gt;
{{confused|line graph}}&lt;br /&gt;
In the [[Mathematics|mathematical]] field of [[graph theory]], a &#039;&#039;&#039;path graph&#039;&#039;&#039; or &#039;&#039;&#039;linear graph&#039;&#039;&#039; is a particularly simple example of a [[tree (graph theory)|tree]], namely a tree with two or more [[vertex (graph theory)|vertices]] that is not branched at all, that is, contains only vertices of [[degree (graph theory)|degree]] 2 and 1.  In particular, it has two terminal vertices (vertices that have degree 1), while all others (if any) have degree 2.&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;path&#039;&#039;&#039; in a [[graph (mathematics)|graph]] is a [[sequence]] of [[vertex (graph theory)|vertices]] such that from each of its vertices there is an [[edge (graph theory)|edge]] to the next vertex in the sequence.  A path may be infinite, but a finite path always has a first vertex, called its &#039;&#039;start vertex&#039;&#039;, and a last vertex, called its &#039;&#039;end vertex&#039;&#039;. Both of them are called &#039;&#039;end or terminal vertices&#039;&#039; of the path. The other vertices in the path are &#039;&#039;internal vertices&#039;&#039;. A &#039;&#039;&#039;cycle&#039;&#039;&#039; is a path such that the start vertex and end vertex are the same. Note that the choice of the start vertex in a cycle is arbitrary.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directed cycle.svg|frame|A directed cycle. Without the arrows, it is just a cycle. This is not a simple cycle, since the blue vertices are used twice.]]&lt;br /&gt;
&lt;br /&gt;
Paths and cycles are fundamental concepts of graph theory, described in the introductory sections of most graph theory texts. See e.g. Bondy and Murty (1976), Gibbons (1985), or Diestel (2005). Korte et al. (1990) cover more advanced [[algorithmic]] topics concerning paths in graphs.&lt;br /&gt;
&lt;br /&gt;
== Different types of path graphs ==&lt;br /&gt;
The same concepts apply both to [[undirected graph]]s and [[directed graph]]s, with the edges being directed from each vertex to the following one.  Often the terms &#039;&#039;directed path&#039;&#039; and &#039;&#039;directed cycle&#039;&#039; are used in the directed case.&lt;br /&gt;
&lt;br /&gt;
A path with no repeated vertices is called a &#039;&#039;&#039;simple path&#039;&#039;&#039;, and a cycle with no repeated vertices or edges&amp;lt;!--The part about no repeated edges looks redundant, but it isn&#039;t -- it&#039;s there to prevent 2-cycles from counting in simple graphs, but still allows parallel edges to count as cycles in multigraphs--&amp;gt; aside from the necessary repetition of the start and end vertex is a &#039;&#039;&#039;simple cycle&#039;&#039;&#039;.  In modern [[graph theory]], most often &amp;quot;simple&amp;quot; is implied; i.e., &amp;quot;cycle&amp;quot; means &amp;quot;simple cycle&amp;quot; and &amp;quot;path&amp;quot; means &amp;quot;simple path&amp;quot;, but this convention is not always observed, especially in applied graph theory. Some authors (e.g. Bondy and Murty 1976) use the term &amp;quot;walk&amp;quot; for a path in which vertices or edges may be repeated, and reserve the term &amp;quot;path&amp;quot; for what is here called a simple path.  &lt;br /&gt;
&lt;br /&gt;
A path such that no graph edges connect two nonconsecutive path vertices is called an [[induced path]].&lt;br /&gt;
&lt;br /&gt;
A simple cycle that includes every vertex, without repetition, of the graph is known as a [[Hamiltonian cycle]].&lt;br /&gt;
&lt;br /&gt;
A cycle with just one edge removed in the corresponding [[spanning tree]] of the original graph is known as a Fundamental cycle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Sometimes it is important to distinguish a cycle and paths that coincide with the cycle, produced by ignoring a single connection of  the cycle. In such situations and in some others a path is defined as alternating sequence of vertices and edges that begins and ends with a vertex, such that every edge connects the two vertices that precede and follow it in the sequence. A cycle is then defined as a path with an extra edge that connects the first and the last vertices of the path. --&amp;gt;&lt;br /&gt;
Two paths are &#039;&#039;independent&#039;&#039; (alternatively, &#039;&#039;internally vertex-disjoint&#039;&#039;) if they do not have any internal vertex in common.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;length&#039;&#039; of a path is the number of edges that the path uses, counting multiple edges multiple times. The length can be zero for the case of a single vertex.&lt;br /&gt;
&lt;br /&gt;
A [[weighted graph]] associates a value (&#039;&#039;weight&#039;&#039;) with every edge in the graph. The &#039;&#039;weight of a path&#039;&#039; in a weighted graph is the sum of the weights of the traversed edges. Sometimes the words &#039;&#039;cost&#039;&#039; or &#039;&#039;length&#039;&#039; are used instead of weight.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Glossary of graph theory]]&lt;br /&gt;
*[[Shortest path problem]]&lt;br /&gt;
*[[Traveling salesman problem]]&lt;br /&gt;
*[[Cycle space]]&lt;br /&gt;
*[[Path (graph theory)]]&lt;br /&gt;
*[[Caterpillar tree]]&lt;br /&gt;
*[[Cycle graph]]&lt;br /&gt;
*[[Complete graph]]&lt;br /&gt;
*[[Null graph]]&lt;br /&gt;
*[[Path decomposition]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
*{{cite book&lt;br /&gt;
 | author = [[John Adrian Bondy|Bondy, J. A.]]; [[U. S. R. Murty|Murty, U. S. R.]]&lt;br /&gt;
 | title = Graph Theory with Applications&lt;br /&gt;
 | year = 1976&lt;br /&gt;
 | publisher = North Holland&lt;br /&gt;
 | isbn = 0-444-19451-7&lt;br /&gt;
 | pages = 12–21&lt;br /&gt;
 | url=http://www.ecp6.jussieu.fr/pageperso/bondy/books/gtwa/gtwa.html}}&lt;br /&gt;
*{{cite book&lt;br /&gt;
 | author = Diestel, Reinhard&lt;br /&gt;
 | title = Graph Theory&lt;br /&gt;
 | edition = 3rd ed.&lt;br /&gt;
 | url = http://www.math.uni-hamburg.de/home/diestel/books/graph.theory/&lt;br /&gt;
 | publisher = Graduate Texts in Mathematics, vol. 173, Springer-Verlag&lt;br /&gt;
 | year = 2005&lt;br /&gt;
 | isbn = 3-540-26182-6&lt;br /&gt;
 | pages = 6–9}}&lt;br /&gt;
*{{cite book&lt;br /&gt;
 | author = Gibbons, A.&lt;br /&gt;
 | title = Algorithmic Graph Theory&lt;br /&gt;
 | year = 1985&lt;br /&gt;
 | publisher = Cambridge University Press&lt;br /&gt;
 | pages = 5–6&lt;br /&gt;
 | isbn = 0-521-28881-9}}&lt;br /&gt;
*{{cite book&lt;br /&gt;
 | author = [[Bernhard Korte|Korte, Bernhard]]; [[László Lovász|Lovász, László]]; Prömel, Hans Jürgen; [[Alexander Schrijver|Schrijver, Alexander]] (Eds.)&lt;br /&gt;
 | title = Paths, Flows, and VLSI-Layout&lt;br /&gt;
 | publisher = Algorithms and Combinatorics 9, Springer-Verlag&lt;br /&gt;
 | year = 1990&lt;br /&gt;
 | isbn = 0-387-52685-4}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{MathWorld | urlname=PathGraph | title=Path Graph }}&lt;br /&gt;
&lt;br /&gt;
[[Category:Graph theory objects]]&lt;br /&gt;
[[Category:Graph connectivity]]&lt;br /&gt;
[[Category:Trees (graph theory)]]&lt;br /&gt;
[[Category:Parametric families of graphs]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Cesta (graf)]]&lt;br /&gt;
[[es:Camino (teoría de grafos)]]&lt;br /&gt;
[[fr:Chaîne (graphe)]]&lt;br /&gt;
[[he:מסלול (תורת הגרפים)]]&lt;br /&gt;
[[ja:道 (グラフ理論)]]&lt;br /&gt;
[[pl:Ścieżka (teoria grafów)]]&lt;br /&gt;
[[pt:Caminho (teoria dos grafos)]]&lt;br /&gt;
[[ru:Путь (теория графов)]]&lt;br /&gt;
[[uk:Шлях (теорія графів)]]&lt;br /&gt;
[[ur:رستہ (نظریہ مخطط)]]&lt;br /&gt;
[[zh:道路 (图论)]]&lt;/div&gt;</summary>
		<author><name>76.65.229.237</name></author>
	</entry>
</feed>