Exercises 2.5 1. For each matrix A find an orthogonal or unitary U and a diagonal D = U
∗
AU.
(a)
1 2
2 1
(b)
0 −1
1 0
(c)
2 3−3i
3+3i 5
(d)
2 1 1
1 2 1
1 1 2
2. Which of the following pairs are unitarily/orthogonally equivalent? Explain your answers.
(a) A =
0 1
1 0
and B =
0 2
2 0
(b) A =
0 −1 0
1 0 0
0 0 1
and B =
2 0 0
0 −1 0
0 0 0
(c) A =
0 −1 0
1 0 0
0 0 1
and B =
1 0 0
0 i 0
0 0 −i
3. Let a, b ∈ C be such that
|
a
|
2
+
|
b
|
2
= 1. Prove that every 2 ×2 matrix of the form
a −e
iθ
b
b e
iθ
a
is
unitary. Are these all the unitary 2 ×2 matrices? Prove or disprove.
4. If A, B are orthogonal/unitary, prove that AB and A
−1
are also orthogonal/unitary.
(This proves that orthogonal/unitary matrices are groups under matrix multiplication)
5. Check that A =
1
3
5 −4i
4i 5
∈ M
2
(C ) satisfies A
T
A = I (it is a complex orthogonal matrix).
(These don’t have the same nice relationship with inner products, and are thus less useful to us)
6. Supply the details of Exercise 2.50.1.
(Hints: β = {i, j} is orthonormal, whence {Ai, Aj} must be orthonormal. Now draw pictures to
compute the result of rotating and reflecting the vectors i and j.)
7. Show that the linear map in Example 2.50.4 has no eigenvectors.
8. Prove that A ∈ M
n
(C ) has an orthonormal basis of eigenvectors whose eigenvalues have mod-
ulus 1, if and only if A is unitary.
9. Prove parts (b) and (c) of Corollary 2.48 for a finite-dimensional inner product space:
(a) If β is an orthonormal basis such that T(β) is orthonormal, then T is unitary.
(b) If T is unitary, and η is an orthonormal basis, then T(η) is an orthonormal basis.
10. Let T be a linear operator on a finite-dimensional inner product space V. If
||
T(x)
||
=
||
x
||
for
all x in some orthonormal basis of V, must T be unitary? Prove or disprove.
11. Let T be a unitary operator on an inner product space V and let W be a finite-dimensional
T-invariant subspace of V. Prove:
(a) T(W) = W (Hint: show that T
W
is injective);
(b) W
⊥
is T-invariant.
12. Let W a subspace of an inner product space V such that V = W ⊕ W
⊥
. Define T ∈ L(V) by
T(u + w) = u −w where u ∈ W and w ∈ W
⊥
. Prove that T is unitary and self-adjoint.
13. In the inner product space ℓ
2
of square-summable sequences, consider the linear operator
T(x
1
, x
2
, . . .) = (0, x
1
, x
2
, . . .). Prove that T is an isometry and compute its adjoint. Check that T
is non-invertible and non-unitary.
14. Prove Schur’s Lemma for matrices. Every A ∈ M
n
(R ) is orthogonally equivalent and every
A ∈ M
n
(C ) is unitarily equivalent to an upper triangular matrix.
29