Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_8_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_8_slides [2016/02/10 15:36] – rupert | lecture_8_slides [2017/02/16 08:56] (current) – [Commuting matrices III] rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Matrix multiplication ==== | + | ~~REVEAL~~ |
| + | |||
| + | ==== Row-column & matrix multiplication ==== | ||
| + | |||
| + | * The **row-column product** of $a$ and $b$ is defined by \[\!\!\!\!\!\!\!\!\!\!ab=[\begin{smallmatrix}a_1& | ||
| + | |||
| + | * $AB=$ matrix of all " | ||
| + | * \[\!\!\!\!\!\!\!\!\!\!\!\!\!\!\! \def\r{\left[\begin{smallmatrix}1& | ||
| + | |||
| + | ==== Matrix multiplication: the definition | ||
| * Let $A,B$ be matrices, with sizes | * Let $A,B$ be matrices, with sizes | ||
| Line 23: | Line 32: | ||
| ==== Example 2 ==== | ==== Example 2 ==== | ||
| - | If $A=\mat{1& | + | If $A=\mat{1& |
| * $A$ is $3\times 2$, $B$ is $4\times 3$ and $C$ is $2\times 4$, so | * $A$ is $3\times 2$, $B$ is $4\times 3$ and $C$ is $2\times 4$, so | ||
| * $AB$, $CA$ and $BC$ don't exist (undefined); | * $AB$, $CA$ and $BC$ don't exist (undefined); | ||
| Line 60: | Line 69: | ||
| {{page> | {{page> | ||
| - | * Because it' | + | * Because it's true that $AB=BA$ for every choice of matrices $A$ and $B$, we say that **matrix multiplication is not commutative**. |
| ==== Commuting matrices II ==== | ==== Commuting matrices II ==== | ||
| - | * What can we say about commuting matrices? | + | * What can we say about a pair of commuting matrices? |
| * Suppose $AB=BA$ and think about sizes. | * Suppose $AB=BA$ and think about sizes. | ||
| * $A$: $n\times m$ | * $A$: $n\times m$ | ||
| Line 75: | Line 84: | ||
| * If $A$ and $B$ commute, they must be square matrices of the same size. | * If $A$ and $B$ commute, they must be square matrices of the same size. | ||
| - | * **Some** square matrices $A$ and $B$ of the same size commute... | + | * **Some** |
| * ....but not all! | * ....but not all! | ||
| * See examples above. | * See examples above. | ||
| Line 93: | Line 102: | ||
| - $I_nA=A$ for any $n\times m$ matrix $A$; | - $I_nA=A$ for any $n\times m$ matrix $A$; | ||
| - $AI_m=A$ for any $n\times m$ matrix $A$; and | - $AI_m=A$ for any $n\times m$ matrix $A$; and | ||
| - | - $I_nB=B=BI_n$ for any $n\times n$ matrix $B$. In particular, $I_n$ commutes with every other square $n\times n$ matrix $B$. | + | - $I_nB=B=BI_n$ for any $n\times n$ matrix $B$. |
| + | * In particular, $I_n$ commutes with every other square $n\times n$ matrix $B$. | ||
| + | |||
| + | ==== Proof that $I_nA=A$ for $A$: $n\times m$ ==== | ||
| + | |||
| + | * $I_nA$ is $n\times m$ (from definition of matrix multiplication) | ||
| + | * So $I_nA$ has same size as $A$ | ||
| + | * $\text{row}_i(I_n)=[0~0~\dots~0~1~0~\dots~0]$, | ||
| + | * $\text{col}_j(A)=\mat{a_{1j}\\a_{2j}\\\vdots\\a_{nj}}$ | ||
| + | * So $(i,j)$ entry of $I_nA$ is \[\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\text{row}_i(I_n)\cdot \text{col}_j(A)= 0a_{1j}+0a_{2j}+\dots+1a_{ij}+\dots+0a_{nj} =a_{ij}\] | ||
| + | * same as $(i,j)$ entry of $A$. | ||
| + | * So $I_nA=A$ | ||
| + | |||
| + | ==== More proofs==== | ||
| + | |||
| + | * Proof that $A=AI_m$ for $A$: $n\times m$ is very similar (exercise) | ||
| + | * Now if $B$ is $n\times n$, take $n=m$ and $A=B$ above: | ||
| + | * $I_nB=B$ and $BI_n=B$ | ||
| + | * So $I_nB=B=BI_n$ | ||
| + | * So $I_n$ commutes with $B$, for any $n\times n$ matrix $B$. | ||
| + | |||
| + | |||
lecture_8_slides.1455118606.txt.gz · Last modified: by rupert
