Lecture 10

[[lecture-data]]
EXAM 1

Exam 1 will cover chapter 1, 2, 3 and will likely be early-to-mid october. Finishing Chapter 2 today

2024-09-18

Readings

2. Chapter 2

Recall the definition of normal matrices:

AA=AA

and recall triangular matrices are normal iff diagonal.

Lemma

Suppose A,BMn are unitarily similar. Then A is normal if and only if B is normal.

Proof

Say A=UBU for UMn unitary. A normal means AA=AA. ie,

UBU(UBU)=(UBU)UBUUBUUBU=UBUUBUUBBU=UBBUBB=BB

ie, B is normal

(see unitarily similar matrices are simultaneously normal)

Unitarily Diagonalizable

AMn is unitarily diagonalizable precisely when there exists UMn unitary and DMn diagonal such that A=UDU

(see unitarily diagonalizable)

This means

  1. there exists not just linearly independent eigenvectors, but orthonormal eigenvectors!
  2. There is some rigid transformation from the standard basis to the "basis of the matrix"
Spectral Theorem for Normal Matrices

Consider any AMn. Say the eigenvalues are λ1,λ2,,λn. Then the following are equivalent:

  1. A is normal
  2. A is unitarily diagonalizable
  3. ||A||F2=i=1n|λi|2

(see spectral theorem for normal matrices)

Proof

Note

If A is normal, then its Schur decomposition is automatically a diagonalization. Thus, if A and B are normal and unitarily similar, then they are simultaneously diagonalizable and thus they commute!

(see also normal, unitarily similar matrices are simultaneously diagonalizable)

(may help homework)

We call ||A||F2i=1n|λi|2 the "defect from normality". And if this defect is 0, then A is normal.

(see defect from normality)

Spectral Theorem for Hermitian Matrices

Let AMn. A is hermitian if and only if

  1. A is unitarily diagonalizable and
  2. the spectrum of A, σ(A) is real.

(see spectral theorem for hermitian matrices)

Proof

() Suppose that A is hermitian. Then A is normal and hence A is unitarily diagonalizable (by the spectral theorem for normal matrices).

Say A=UDU where UMn unitary and DMn diagonal. Then

A=AUDU=(UDU)=UDUD=DdiiRi

() Suppose A is unitarily diagonalizable and the eigenvalues of A are real. Then A=UDU. Eigenvalues of A are real means that D=D. Thus

A=(UDU)=UDU=UDU=A

ie, A is hermitian!

Theorem

Suppose AMn. A is symmetric if and only if A is real-orthogonally diagonalizable. That is, if we can write

A=QDQT

with QMn(R) orthogonal and DMn(R) diagonal.

Proof

() Suppose A is real-orthogonally diagonalizable. Say that A=QDQT for QMn(R) orthogonal and DMn(R) diagonal. Then

AT=(QDQT)T=QDQT=A

() Suppose A is symmetric. Then A=AT and A is hermitian the eigenvalues of A are real by the spectral theorem for hermitian matrices. Since A is real and has real eigenvalues, this implies that A has a real Schur decomposition. Say then that A=QTQT with QMn(R) orthogonal and TMn(R) upper triangular.

Since A is hermitian, A is normal by the spectral theorem for normal matrices. Note then that A is unitarily similar to T and unitarily similar matrices are simultaneously normal, we can say that T is normal. Then, since triangular matrices are normal iff diagonal, this means that T is diagonal!

That is, when we write A=QTQT this is a real orthogonal diagonalization!

(see matrices are symmetric if and only if they are real orthogonally diagonalizable)

A=A are called skew hermitian. (see skew hermitian)

Exercise

Skew hermitian matrices have pure imaginary eigenvalues