Maths Applications - Graphs and Networks

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

Simple Graph

a graph without any loops or multiple edges between adjacent vertices.

2
New cards

Connected Graph

any vertex can be reached using a sequence of edges, starting from any other vertex. Otherwise, the graph is disconnected.

3
New cards

Bridge

an edge that keeps the graph connected. If removed = disconnected.

4
New cards

Complete graph

a simple graph, where every vertex is connected to every other vertex. A compete graph with n vertices is called Kn.

5
New cards

Equation for no. of edges on complete graph

edges = n(n-1)/2 → where n = no. of vertices

6
New cards

Directed graph or Diagraph

directed edges also called arcs are drawn as arrows and represent one-way connection.

7
New cards

Undirected graph

undirected edges are drawn as lines and represent two-way connection.

8
New cards

Weighted graph

when edges of a graph are given some numerical values called weights that represent some property such as distance, cost, etc.

9
New cards

Subgraph

a graph formed using a subset of the vertices and edges in a larger graph. Cannot contain vertices and edges that are not in the original, larger graph.

10
New cards

Bipartite graph

graph with vertices that can be separated into two distinct sets, such that each edge of the graph only connects a vertex from one set to another. Vertices in one set are never connected to other vertices in the same set.

11
New cards

Complete Bipartite Graph

is a graph in which every vertex in the first group is connected to every vertex in the second group.

12
New cards

Planar Graph

are connected graphs that can be drawn so that they don’t have any edges crossing.

13
New cards

Regular Graph

each vertex has the same degree.

14
New cards

Topology

the study of networks

15
New cards

Vertices

Junctions/endpoints/dots (nodes)

16
New cards

Edges

lines/connects between vertices

17
New cards

Faces/regions

separate areas (outside = region)

18
New cards

Degree of a vertex

  • No. of edges attached to the vertex

    • may be odd or even.

19
New cards

Rules of traversibility

  • all vertices are even degree; or

  • exactly two vertices are of odd degree and rest are even degree.

20
New cards

Loops

an edge that starts and ends at the same vertex.

21
New cards

Walk

most general definition of how we can move around a graph.

22
New cards

Open walk

a walk that starts and finishes at different vertices.

23
New cards

Closed Walk

a walk that starts and finishes at the same vertex.

24
New cards

Characteristics of walks

can include repeated edges and vertices.

25
New cards

Length

the number of edges a walk includes.

26
New cards

Trail

a walk where no edge is repeated (vertices can be repeated)

27
New cards

Open Trail

a trail that starts and ends at different vertices.

28
New cards

Circuit (closed trail)

a trail that starts and ends on the same vertex.

29
New cards

Path

a walk with no repeated edges and no repeated vertices.

30
New cards

Open path

a path that starts and ends at different vertices.

31
New cards

Cycle (closed path)

a path that starts and finishes at the same vertex.

32
New cards

Euler’s formula

v - e + f = 2
if the left side is equal to 2, then the graph is planar.

33
New cards

Eulerian Trail

a trail that includes every edge in a graph, but only once. May include repeated vertices.

34
New cards

Closed Eulerian Trail

an Eulerian trail that starts and finishes at the same vertex.

35
New cards

Eulerian Graph

a connected graph that contains a closed Eulerian trail. (every vertex has an even degree)

36
New cards

Open Eulerian trial

an Eulerian trail that starts and finshes at different vertices.

37
New cards

Semi - Eulerian trail

a connected graph that contains an open Eulerian trial. (exactly two vertices have an odd degree)

38
New cards

Hamiltonian path

a walk that includes every vertex of a graph exactly once (no repeated vertices).

39
New cards

Hamiltonian Cycle

a Hamiltonian path that starts and finishes at the same vertex.

40
New cards

Hamiltonian Graph

a connected graph that contains a Hamiltonian cycle.

41
New cards

Open Hamiltonian Path

A Hamiltonian path that finishes and starts at a different vertex.

42
New cards

Semi - Hamiltonian Graph

a connected graph that contains an open Hamiltonian path.