Graph Teory (23/08/2024)

Consider an adjacency matrix AA, such that

Aij=1 if there is an edge from vertex j to vertex i,

 A_{ij} = 1 \text{ if there is an edge from vertex } j \text{ to vertex }Aij=0 otherwise.

Select the correct alternative:

a) If the graph is undirected, A=ATA = A^T.

b) If the graph is directed, the main diagonal is always equal to 1.

c) If the graph is undirected, the main diagonal is always equal to 0.

d) If the graph is directed, AA is invertible.

e) None of the above

Original idea by: João Vitor Baptista Moreira

Comentários

Postar um comentário

Postagens mais visitadas deste blog

Edge classification (16/08/2024)

BFS (06/09/2024)