Solution for Section 11.3 Question 2

2. There are 3 vertices and 3 edges in this graph so the incidence matrix will have 3 rows and 3 columns. It may help you to label the rows v1, v2, v3,, and to label the columns e1, e2, e3.

e1 e2 e3
v1 2 1 1
v2 0 1 0
v3 0 0 1

Back to Section 11.3