Modelling with Graphs and networks Flashcards
what is a graph?
no axis, just a diagram made up of edges and vertices
what are nodes/ vertices?
circles
what are edges /arcs?
lines connecting the dots
what is the degree/order of a vertex?
how many lines are coming out of that circle
what is a connected graph?
it is possible to go from any vertex to any other vertex
what is the relationship between the total order and the number of vertices?
- total order =12
- number of arcs = 6
total order will always be an even number
what is a loop?
an edge that starts and finishes at the same vertex
Order of a loop =2
what is a simple graph?
one with no loops and no multiple edges between two vertices
what is a complete graph?
one where every vertex is connected to every other vertex by an edge
How many arcs are in K(n)?
(n*n-1)/2
what is a digraph?
a graph where at least one edge has direction associated with it
what is a bipartite graph?
where the nodes are in two distinct sets. Each edge connects a emeber of the first set to a member in the second set. Points do not connect with any point within it’s own set
what is an incidence matrix?
shows the arrangment of edges between each node
what is isomorphism?
same number of nodes and orders of each node
between2 graphs
what is a trail?
a sequence of joined up edges, such that no edge is repeated
nodes can be used more than once