(Solved):
A graph with vertices v1,v2,v3,v4,v5 has adjacency matrix A=0101011000 ...
A graph with vertices v1?,v2?,v3?,v4?,v5? has adjacency matrix A=???01010?11000?00010?10101?00010???? 1. What is the order of the matrix A ? order = 2. How many edges does the graph have? answer = 5 3. Is the graph a pseudograph, a multigraph, or a simple graph? answer = 4. What is the degree of vertex v2? degree = 5. What is the degree of vertex v4 ? degree =