The SlugMath Wiki is under heavy development!

Def/Digraph

From SlugmathWiki

Jump to: navigation, search


Definition of Digraph: A digraph, short for directed graph, (with no multiple edges, but loops allowed) is an ordered pair $(V,E)$, consisting of the following data:

A drawing of the digraph:   $V = \{ 1,2,3,4 \}$,  $E= \{ (1,1), (2,3), (3,4)$,  $(2,4), (3,1) \}$.
A drawing of the digraph: $V = \{ 1,2,3,4 \}$, $E= \{ (1,1), (2,3), (3,4)$, $(2,4), (3,1) \}$.

Such data $(V,E)$ is meant to be considered visually as follows:

  • The elements of $V$ are called vertices, or nodes of the digraph.
  • If $s,t \in V$, and $(s,t) \in E$, then the ordered pair $(s,t)$ is called an edge of the digraph, directed from $s$ to $t$. Sometimes, $s$ is called the source, and $t$ the target of the edge $(s,t)$.

Logical Connections

This definition logically relies on the following definitions and statements: Def/Ordered pair, Def/Cartesian product

The following statements and definitions logically rely on the material of this page: Def/Cyclic permutation

To visualize the logical connections between this definition and other items of mathematical knowledge, you can visit any of the following clusters, and click the "Visualize" tab: Clust/Graph theory


#Google analytics tracking #End tracking code