Notes - Pages 102-157
Mengers Theorem
a (edge or node) cut set is a set of nodes removed to disconnect a pair of nodes. Mengers states that the minimum cut set is equal to the number of independent paths. The edge version of this theorem allows us to compute maximum flow through a network, as connectivity times the max flow rate of a single edge (assuming fixed flow). This also implies that connectivity == size of min cut set == max flow
A Graph Laplacian representation is a matrix where the diagnol of i,j is the degree of node i, row sums to negate it. Has real non-negative eigenvalues.
page 150 - useful for simulation projects Graph sparsification forms the foundation for a range of modern numerical methods for solving large systems of simultaneous linear equations.