The document discusses different matrix representations of graphs:
1) Incidence matrix shows which edges are incident to each vertex with 1s and 0s.
2) Adjacency matrix shows which vertices are adjacent to each other with 1s and 0s.
3) Cut-set matrix shows which edges are part of given cut sets that disconnect the graph with 1s and 0s.