Homepage Solution manuals Sergei Treil Linear Algebra Done Wrong Exercise 5.3.9 (Using eigenvalues to compute determinants)

Exercise 5.3.9 (Using eigenvalues to compute determinants)

a)
Find the matrix of the orthogonal projection onto the one-dimensional subspace in n spanned by the vector (1,1,...,1);
b)
Let A be the n × n matrix with all entries equal 1. Compute its eigenvalues and their multiplicities (use the previous problem);
c)
Compute eigenvalues (and multiplicities) of the matrix A I, i.e., of the matrix with zeros on the main diagonal and ones everywhere else;
d)
Compute det (A I).

Answers

a) Note that from Remark 3.5, we know PE = k=1n 1 ||vk||2 vkvk. For this one-dimensional subspace, it is

PE = 1 n [111 1 1 1 1 1 1 ]n×n.

b) Note that A = nPE. Suppose Ax = λx, then nPEx = λx. i.e., n times of the eigenvector’s projection on the 1D subspace equals λ times of itself. It also shows that the eigenvector’s orthogonal projection is parallel to itself. Then there are two possibilities:

  • One is the eigenvector is parallel with basis of the 1D subspace v, i.e., x = αv,α0. In this case, PEx = x, then λ = n. The geometric multiplicity is 1 for 1D eigenspace.
  • The eigenvector is orthogonal to v, i.e., x v and PEx = 0,λ = 0. We can totally find n 1 linearly independent eigenvectors so the geometric multiplicity of eigenvalue λ = 0 is n 1.

c) det (A I λI) = det (A (λ + 1)I). i.e., an eigenvalue of A I plus 1 is an eigenvalue of A. Then the eigenvalues of A I equal to the eigenvalues of A minus 1. Thus the eigenvalues of A I are n 1 with multiplicity 1 and 1 with multiplicity n 1.
d) det (A I) = (n 1)(1)n1, which equals n 1 if n is odd, 1 n if n is even.

User profile picture
2018-11-29 00:00
Comments