Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Graph Theory: Consider the following directed graph G(V, E). v1 v2 v3 v4 v5 e1 e2 e3 e4 e5 e6 e7 (a) Find the adjacency

Graph Theory: Consider the following directed graph G(V, E). v1 v2 v3 v4 v5 e1 e2 e3 e4 e5 e6 e7 (a) Find the adjacency matrix (call it A) and the incidence matrix (call it B) of this graph. (b) Remove the direction of the arcs in the graph and find the adjacency matrix of the undirected version of this graph. Call the matrix C. (c) Find rank(B). (d) Show that BT1 = 0 , where 1 is the (column) vector whose components are all equal to 1, and 0 is the (column) vector whose components are all equal to 0. Based on BT1 = 0 , what can you conclude about the eigenvalues and eigenvectors of BBT ? (e) Set L = BBT . Show that L = D C, where D = diag(deg(v1), deg(v2), . . . , deg(v5)), namely, the degrees of vertices are on the main diagonal of D. (f) Without direct calculation, show that all the eigenvalues of L are nonnegative. (g) Without direct calculation, show that one of the eigenvalues of L is zero and the corresponding eigenvector is 1 . (h) Find det(L) without direct calculation.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Algebra and Trigonometry

Authors: Ron Larson

10th edition

9781337514255, 1337271179, 133751425X, 978-1337271172

Students also viewed these Mathematics questions

Question

Why are sales a credit?

Answered: 1 week ago