GRAPH THEORY Flashcards
A graph is
A set of lines, connecting points
A loop is
An arc with the same node on either end
Connected graph
Can slide from one node to any other
Simple graph
No loops or multiple arcs
Simply connected graph =
Both simple and connected
Complete graph
Every possible pair of nodes fulfilled
Kn = 1/2n(n-1)
n = number of nodes
A tree is a
Simply connected graph with minimum number of arcs - no cycles allowed
- has n-1 arcs
Isomorphic graph
Graph bent and reshaped in a different form
T/F - if the graph is complete then there are no zeroes in the incidence matrix
False - leading diagonal is all 0
T/F - if the graph is simple than all the numbers in the incidence matrix all 0 or 1
True
T/F - If all the numbers in the incidence matrix are 0 or 1, then the graph is simple
True
T/F - the sum of numbers in the matrix is even
True - all the arcs counted twice
Difference between undirected graph and digraph incidence matrices
Undirected symmetrical about its leading diagonal