Computer Sciences > GATE 2024 Set-2 > Graph Theory
Let A be the adjacency matrix of a simple undirected graph G.
Suppose A is its own inverse.
Which one of the following statements is always TRUE?
A
G is a cycle
B
G is a perfect matching
C
G is a complete graph
D
There is no such graph G

Correct : b

To find which statement is always true when the adjacency matrix A of a simple undirected graph G is its own inverse, let us analyze the mathematical implications step-by-step.
1. Understand the Matrix Properties: • Since A is its own inverse, we have:
    A · A = I → A2 = I (where I is the Identity Matrix)
• Since G is a simple undirected graph, its adjacency matrix A has two specific traits:
    1. It is symmetric (A = AT).
    2. Its diagonal elements are all zero (Aii = 0 for all i), because a simple graph has no self-loops.
2. Analyze the Matrix Multiplication (A2): Let's look at what an individual diagonal entry in the matrix A2 represents. By definition of matrix multiplication:
    (A2)ii = ∑j=1n Aij · Aji

Since A is symmetric (Aij = Aji), this simplifies to:
    (A2)ii = ∑j=1n (Aij)2

In an adjacency matrix, Aij is either 1 (if an edge exists between vertex i and vertex j) or 0 (if no edge exists). Therefore, (Aij)2 = Aij. This means:
    (A2)ii = ∑j=1n Aij = Degree of vertex i

Since we are given that A2 = I, every diagonal element of A2 must equal 1 (the diagonal entries of the identity matrix):
    Degree of vertex i = 1 (for every vertex i in the graph G)
3. Interpret the Structural Layout of G: • If every single vertex in an undirected graph has a degree of exactly 1, the graph must be a collection of disjoint edges.
• Since every vertex has exactly one edge incident upon it, all vertices are perfectly paired up into independent edges.
• A graph where every vertex is incident on exactly one edge forms a perfect matching (or a 1-regular graph made of disconnected copies of K2).
Conclusion: Graph G must be a perfect matching, which matches option (b).

Similar Questions

Let G be a graph with n vertices and m edges. What is the tightest upper bound on the running time on Depth First Search of G? Assume that the graph is represen...
#14 MCQ
Let G=(V,E) be a directed graph where V is the set of vertices and E the set of edges. Then which one of the following graphs has the same strongly connected co...
#18 MCQ
In an adjacency list representation of an undirected simple graph G = (V, E), each edge (u, v) has two adjacency list entries: [v] in the adjacency list of u, a...
#91 MCQ

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......