Graphs and Networks Flashcards
what is different about graphs in discrete and decision maths compared to normal graphs?
they dont have axes
what are the dots called
nodes or vertices
what are the lines called
arcs or edges
how do you find the degree (order) of a vertex?
how many edges there are at a vertex
connected graph
possible to go from one vertex to another, go through other points
what must happen for a graph to be formed?
the sum of the orders should be even
loop
edges that start and finishes at the same vertex
simple graph
no loop or multiple edges between two vertices
complete graph
every vertex is connected to every other vertex
what is the general formula of edges for a completed graph
0.5 x n x n-1
digraph
at least one edge with a direction associated with it
bipartite
nodes are in two distinct sets
every edge connected to a number of the first set to a member of the second set
incidence matrix
shows the arrangement of edges in a graph
trail
a sequence of joined edges such that no edge is repeated
path
sequences of edges where the end vertex on one edge is the start of the next, no vertex visited more than one