CPTS 553: Graph Theory Assignment 8 solved

$35.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

1. Let 𝐺 have Laplacian matrix
𝐿 =
[

 

 

2 0 0 βˆ’1 βˆ’1 0 0
0 2 βˆ’1 0 βˆ’1 0 0
0 βˆ’1 3 0 0 βˆ’1 βˆ’1
βˆ’1 0 0 3 0 βˆ’1 βˆ’1
βˆ’1 βˆ’1 0 0 3 0 βˆ’1
0 0 βˆ’1 βˆ’1 0 2 0
0 0 βˆ’1 βˆ’1 βˆ’1 0 3 ]

 

 

A. Use a matrix calculator to find the eigenvalues of 𝐿; there should be
some pairs of them that have the same value. List them in order
0 ≀ πœ†2 ≀ πœ†3 ≀ πœ†4 ≀ πœ†5 ≀ πœ†6 ≀ πœ†7
.
It’s fine (suggested, actually) that you use decimal approximations
rather than exact values.
B. Use a matrix calculator to find eigenvectors 𝐯 and 𝐰 corresponding to
πœ†2 and πœ†3
. It’s fine if you use decimal approximations for these.
Compute the vector
𝐳 = 𝐰 βˆ’
𝐯 β‹… 𝐰
𝐯 β‹… 𝐯
𝐯.
This vector 𝐳 is orthogonal to 𝐯.
C. Let 𝐱 =
1
βˆšπ―β‹…π―
𝐯 and 𝐲 =
1
βˆšπ³β‹…π³
𝐳 and plot the points
(π‘₯1
, 𝑦1
), (π‘₯2
, 𝑦2
), (π‘₯3
, 𝑦3
), (π‘₯4
, 𝑦4
), (π‘₯5
, 𝑦5
), (π‘₯6
, 𝑦6
), (π‘₯7
, 𝑦7
)
and for each edge 𝑖𝑗 of 𝐺, draw the segment joining (π‘₯𝑖
, 𝑦𝑖
) to
(π‘₯𝑗
, 𝑦𝑗
).
The result in C should be a β€œnice” drawing of 𝐺, in the sense that
adjacent vertices are close together.
D. Do the same process in parts B and C for the eigenvectors
corresponding to πœ†6 and πœ†7
, the two largest eigenvalues.
E. The end result in part D should cause adjacent vertices to be drawn far
apart and give you an idea of how to assign colors to the vertices to
determine the chromatic number of 𝐺. What is this chromatic
number?
2. Consider the tournament whose adjacency matrix is
𝑇 =
[

 

 

0 1 1 1 1 0 0
0 0 1 1 1 0 1
0 0 0 1 1 0 0
0 0 0 0 1 0 0
0 0 0 0 0 1 1
1 1 1 1 0 0 1
1 0 1 1 0 0 0]

 

 

Here, 𝑇𝑖𝑗 = 1 if player 𝑖 defeated player 𝑗 in the tournament.
A. Use software of your choice to compute 𝑇
2
, 𝑇
4
, 𝑇
8
, 𝑇
16 – this is
most easily accomplished by squaring the matrix successively,
rather than by computing the powers individually.
B. As you successively square the matrix, the columns should begin to
converge to multiples of each other. What’s happening is that the
columns are converging to multiples of the dominant eigenvector.
C. According to the relative values of column entries, how should the
participants be ranked?
D. In part C, did you find that any player who won fewer games was
more highly ranked than someone who won more games?