Find the adjacency matrix of the graphs with 4 vertices and 3 edges​

By Luna

Find the adjacency matrix of the graphs with 4 vertices and 3 edges​

About the author
Luna

1 thought on “Find the adjacency matrix of the graphs with 4 vertices and 3 edges​”

  1. Answer:

    fill the adjacency matrix, we look at the name of the vertex in row and column. If those vertices are connected by an edge or more, we count number of edges and put this number as matrix element. The matrix to represent a graph in this way is called Adjacency matrix .

    Reply

Leave a Comment