Mathematics of Graph
Mathematics of Graph
Graphs
JUDY – ANN A. LANGRES
LESSON 1: Graph and
Euler’s Circuit
The Mathematics of Graphs
Graph
If a path ends at the same vertex at which it started, it is considered a closed path
or circuit.
PATH AND CIRCUIT
Take a look at the graph below, the sequence of edges with vertices
A–D–F–G–E–B–A is a circuit because it begins and ends at the same vertex.
However, the path A–D–F–G–E–H is not a circuit, as it begins with vertex A
and end at vertex H.
PATH AND CIRCUIT
Take a look at the graph below,
the sequence of edges with vertices
A–D–F–G–E–B–A
A–D–F–G–E–H
EULER PATHS AND CIRCUITS
e f
a b
c
LESSON 2: Weighted and
Isomorphic Graph
HAMILTONIAN CIRCUIT
Given: v = 4, e = 6, f = ?
Formula: v + f = e + 2
Solution:
v+f =e+2
f = -v + e + 2
f = -4 + 6 + 2
f =2+2
f =4
LESSON 4: Graph
Coloring
Coloring Maps