Further Maths- Graphs and networks

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards
Graph
A set of points that are connected by lines
2
New cards
Node
A vertex
3
New cards
Weighted graph
If there is a number associated with an edge
4
New cards
Valency
Order
5
New cards
Order
The number of arcs incident from a node
6
New cards
Walk
A route through the graph from one edge to the next
7
New cards
Path
Is a walk in which no vertex is visited more than once
8
New cards
Trail
Is a walk in which no edge is visited more than once
9
New cards
Cycle
Is a walk where the end vertex and start vertex are the same
10
New cards
Hamiliton Cycle
Is a cycle that includes every vertex
11
New cards
Loop
An edge that starts and finished at the same node
12
New cards
Simple Graph
Has no loops and each vertex is connected to another vertex only once
13
New cards
Connected graph
If all the vertices are connected
14
New cards
Digraph
A graph that has direction associated to it
15
New cards
Euler's handshaking lemma
In any undirected graph, the sum of the degrees of the vertices is equal to 2x the number of edges.
16
New cards
Tree
A connected graph with no cycles
17
New cards
Spanning Tree
a subgraph which includes all the vertices and is also a tree
18
New cards
Isomorphic
Two graphs showing the same information but drawn differently
19
New cards
completed graph
Is a graph where each vertex is connected to each of the other vertices by a single edge
20
New cards
Kn
A completed graph with n vertices
21
New cards
Degree
Order