Lecture 03

[[lecture-data]]

2024-08-30

Readings

0. Chapter 0

Inverse

Suppose A,BMn(F). We say A,B are inverses if AB=BA=I. Note that if the inverse exists, then it is unique.

If a matrix is non-invertible, we call it singular.

(see singluar matrix)

Note

If A and B are inverses, then A:FnFn and B:FnFn are inverse functions of each other. That is,
xFn, we have A(Bx)=x and B(Ax)=x.

Theorem

Let AMn(F). The following are equivalent:

  1. BMn(F) such that AB=BA=I
  2. det(A)0
  3. null(A)={0}
  4. rank(A)=n

Recall that we showed last time that (3) columns are linearly independent A is one-to-one as a function.

And note that (4) the columns of A span FnA is onto as a function.

Also (2)rref(A)=I

(see equivalent conditions for invertibility of a matrix)

Proof(s)

Note

If A,BMn(F) and we have AB=I, then B=A1

(see a left inverse is also a right inverse)

Proof

1=detI=detAB=detAdetBdetA0. So A has an inverse. So B=A1AB=A1.

1. Chapter 1 (similarity and eigenvalues)

Similarity

Suppose A,BMn(F). A is similar to B if there exists SMn(F) invertible such that A=SBS1.

Note

Note that similarity is an equivalence relation on square matrices:

  • A=IAI1 (reflexivity)
  • A=SBS1S1AS=B (symmetry)
  • A=SBS1,B=TCT1A=STCT1S1 (transitivity)

We denote similarity with AB
(see similar matrices)

What does similarity mean? It means that A and B represent the same transformation, up to a change of basis. Where S is transforming the space of A (then S1 is undoing it!)

Illustration:
Ax=SBS1x

Note

if AB then detA=detB. (The reverse is NOT true!)

Proof

Say A=SBS1. Then $$\begin{aligned}
\det A&=\det SBS^{-1}\
&= \det S\det B\det S^{-1}\
&= \det S \det S^{-1} \det B ;;;\text{since these are scalars}\
&= \det SS^{-1}\det B\
&=\det I\det B \
&=\det B
\end{aligned}$$
see similarity implies equal determinants

Row Equivalence

Suppose E,FMm,n(F). ErrefFGMm invertible such that GE=F.

(row equivalence)

G describes the row reduction of E to F