Lecture 15

[[lecture-data]]

2024-09-30

Announcement

Exam 1 covers chapter 1 through chapter 3.

3. Chapter 3

We are pretty much done with chapter 3

Suppose AMn such that A2=A. What can we say about this matrix?

The polynomial t2t is an annihilating polynomial. This follows immediately from the given information. Thus we know that

qA(t)={tt1t(t1)

No matter what, the minimal polynomial is a product of distinct linear factors. Hence, A is diagonalizable. (see a matrix is diagonalizable if and only if all the jordan blocks are of size 1 from last lecture)

pA(t)={tnif qA(t)=t(t1)nif qA(t)=t1tk(t1)nkif qA(t)=t(t1)

Since A is diagonalizable, we can write A=SDS1 and let D have all 1s together on the diagonal. Then

A[s(1)|s(2)||s(n)]=[s(1)|s(2)||s(n)][1001]

The columns of S form a basis for Cn. Suppose the algebraic multiplicity of 1 is r. The eigenspace of 1 call it eigspace1 are the first r columns of S={s(1),,s(r)}
and the eigenspace of 0 called eigspace0 are the last nr columns of S={s(r+1),,s(n)}

for all xCn, there exists a unique veigspace1 and weigspace0 such that x=v+w

But note that Ax=A(v+w)=v. (This is called projection 🙂)
ie

Theorem

if AMn is idempotent, ie A2=A then A is a projection matrix.
(see idempotent matrices are projection matrices)

Note

The space eigspace0 is also called the nullspace.

And in this case, eigspace1 is the range of A.

What if A was also normal ? What else would that tell us? Then A is hermitian. The eigenvalues of A are only 1 and 0, so they are all real and the spectral theorem for hermitian matrices states this as as an equivalent condition.

4. Chapter 4

All about hermitian matrices and courant-fischer theorem

AMn is hermitian. Since all eigenvalues are real, we can order them such that λ1(A)λ2(A)λn(A).

Lemma

Suppose UMn is unitary and S={xCn:||x||2=1}. Then U:SS is bijective.

Proof

Think about it. Recall that unitary matrices define isometries.

Field of Values

Let AMn. The field of values of A is defined as $$F(A) := \left{ \frac{x^*Ax}{x^*x} : x \in \mathbb{C}^n \neq 0 \right} = { x^*Ax : x \in \mathbb{C}^n, \lvert \lvert x \rvert \rvert_{2} = 1 }$$

This is a set of scalars and it is defined for any matrix.

(see field of values)

Theorem

Let AMn be normal. The field of values of
A=H(σ(A))={i=1nαiλi:λiσ(A),i=1nαi=1}

(where H denotes the convex hull)

Proof

A normal A is unitarily diagonalizable, say A=UDU. Then F(A)={xAx:xCn,||x||2=1}={xUDUx:xCn,||x||2=1}. Let y=Ux. Then F(A)={yDy:yCn,||y||2=1} but these are all the vectors y on the unit sphere! And this is exactly

{i=1ny¯iyiλi:i=1n|yi|2=1}

So call |yi|2=αi and we get precisely all convex combinations of the eigenvalues.

(see the field of values for a normal matrix is the convex hull of the spectrum)