Sei sulla pagina 1di 3

Math 115a: Selected Solutions for HW 6 + More

Paul Young
December 5, 2005

Exercise 5.1.7a: Let T be a linear operator on a finite-dimensional vector


space V . We define the determinant of T , denoted det(T ), as follows: Choose
any ordered basis for V , and define det(T ) = det([T ] ). Prove that the pre-
ceding definition is independent of the choice of an ordered basis for V . That
is, prove that if and are two ordered bases for V , then det([T ] ) = det([T ] ).

Solution: Let and be two ordered bases for V . Then we have the following
equality:
[T ] = Q[T ] Q1 ,
where Q is the change of coordinate matrix from to . Taking determinants
on both sides and noting the commuting property of determinants, our claim is
immediate.

Exercise 5.1.8a: Prove that a linear operator T on a finite-dimensional vector


space is invertible if and only if zero is not an eigenvalue of T .

Solution: On a finite dimensional vector space V , T is invertible if and only


if T is injective, i.e. N (T ) = {0}. This means that the only vector v such that
T (v) = 0 is the zero vector. But these vectors are precisely the eigenvectors of
T corresponding to eigenvalue 0. Therefore we see that there must be no such
eigenvectors, as eigenvectors must be nonzero. The reverse direction is basically
the same argument, only ran backwards.

Exercise 5.1.9: Prove that the eigenvalues of an upper triangular matrix M


are the diagonal entries of M .

Solution: Let M Mn (F) be upper triangular, ie-

M = (mij ),

where mij = 0 whenever i > j. Since the eigenvalues of M are precisely the
roots of its characteristic polynomial, the roots of
n

Y
p(t) = det(M tIn ) = (mii t)
i=1

1
are precisely the eigenvalues. ( is from the fact that M tIn is also an upper
triangular matrix and the determinant of an upper triangular matrix is just
the product of its diagonal entries.) Therefore the eigenvalues of M are mii ,
1 i n. This completes the proof.

Exercise 5.1.11: A scalar matrix is a square matrix of the form I for


some scalar ; that is, a scalar matrix is a diagonal matrix in which all the
diagonal entries are equal. (a) Prove that if a square matrix A is similar to a
scalar matrix I, then A = I. (b) Show that a diagonalizable matrix having
only one eigenvalue is a scalar matrix.

Solution: (a) Let A Mn (F) be such that A = QSQ1 for some invertible
Q and scalar matrix S. More to the point, let S = I for some F. Then
A = Q(I)Q1 = QQ1 I = I.
This completes the proof.

(b) Let A be diagonalizable having only one eigenvalues, say, . Then


A = QDQ1
for some invertible Q and diagonal D. On the other hand, we know that in such
a situation, the diagonal entries of D are precisely the eigenvalues of A. In this
case since we only have one eigenvalue, D must be the scalar matrix I. Then
by part (a), A = I. This completes our proof.

Exercise 5.1.14: For any square matrix A, prove that A and At have the
same characteristic polynomial (and hence the same eigenvalues).

Solution: Let f (t) and g(t) denote the characteristic polynomials of A and
At , respectively. Then

f (t) = det(A tI) = det((A tI)t ) = det(At tI) = g(t),
where should be obvious (as in you should know how to prove this fact). Since
f (t) = g(t), their roots coincide. Therefore A and At have the same eigenvalues.
This completes the proof.

Exercise 5.1.15a: Let T be a linear operator on a vector space V , and let


x be an eigenvector of T corresponding to the eigenvalue . For any positive
integer m, prove that x is an eigenvector of T m corresponding to the eigenvalue
m .

Solution: We prove by induction on m. Base case: m = 1 holds, by defini-


tion that x is an eigenvector of T corresponding to . Inductive hypothesis: Let
us suppose that the claim is true for m > 1, that is: T m (x) = m x. Then

T m+1 (x) = T (T m (x)) = T (m (x)) = m T (x) = m x = m+1 x,

2
where is the inductive hypothesis. Therefore the claim is true for m + 1. By
induction the proof is complete.

Exercise 5.1.17a: Let T be a linear operator on Mn (R) defined by T (A) = At .


Show that 1 are the only eigenvalues of T .

Solution: Let be an eigenvalue of T and A be an eigenvector of T corre-


sponding to . Then
A = T (A) = At .
Applying T again to everything gives us:

2 A = T (A) = T 2 (A) = (At )t = A.

Therefore 2 = 1 and hence = 1.

Potrebbero piacerti anche