↓ Slide 1

Recap: matrix multiplication and the identity matrix

  1. Last time: proved that $I_nA=A$ for any $n\times m$ matrix A.
  2. Proof that $AI_m=A$ for any $n\times m$ matrix $A$ is similar (exercise!)
  3. If $B$ is any $n\times n$ matrix, then
    • $I_nB=B$ by part 1
    • and $BI_n=B$ by part 2
    • so $I_nB=B=BI_n$
    • In particular, $I_nB=BI_n$
    • So $I_n$ commutes with $B$, for every square $n\times n$ matrix $B$. ■
→ Slide 2

Algebraic properties of matrix multiplication

↓ Slide 3

The associative law

↓ Slide 4

An example using the associative law $(AB)C=A(BC)$

  1. $B=AA$ (usually write as $B=A^2$).
  2. Using associativity, we get $AB=A(AA)\stackrel*=(AA)A=BA.$

The same argument for any square matrix $A$ gives a proof of:

Proposition

For any square matrix $A$,

$A$ commutes with $A^2$.■

↓ Slide 5

Powers of a square matrix $A$

↓ Slide 6

Proposition: a square matrix commutes with its powers

For any square matrix $A$, and any $k\in\mathbb{N}$,

$A$ commutes with $A^k$.■

↓ Slide 7

The distributive laws

Proposition: the distributive laws

If $A$ is an $n\times m$ matrix and $k\in\mathbb{N}$, then:

  1. $A(B+C)=AB+AC$ for any $m\times k$ matrices $B$ and $C$; and
  2. $(B+C)A=BA=CA$ for any $k\times n$ matrices $B$ and $C$.
↓ Slide 8

Proof that $A(B+C)=AB+AC$

↓ Slide 9

$A(B+C)=AB+AC$ continued

↓ Slide 10

Proof that $(B+C)A=BA+CA$