Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_14
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_14 [2016/03/09 11:29] – rupert | lecture_14 [2017/03/09 10:49] (current) – [Corollary on invertibility] rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === Example === | ||
| + | |||
| + | \begin{align*}\def\mat# | ||
| + | &= 1 \cdot (+M_{11}) + 2 \cdot (-M_{12}) + 3 \cdot(+M_{13})\\ | ||
| + | &= M_{11}-2M_{12}+3M_{13}\\ | ||
| + | &= \det\mat{8& | ||
| + | &= (8\cdot 13-9\cdot 12) -2(7\cdot 13-9\cdot 11)+3(7\cdot 12-8\cdot 11)\\ | ||
| + | &=-4 -2(-8)+3(-4)\\ | ||
| + | & | ||
| + | & | ||
| + | |||
| + | From this, we can conclude that $\mat{1& | ||
| + | |||
| === Notation === | === Notation === | ||
| Line 6: | Line 19: | ||
| &=-4 -2(-8)+3(-4)\\ | &=-4 -2(-8)+3(-4)\\ | ||
| & | & | ||
| + | |||
| + | ==== Step 4: the determinant of an $n\times n$ matrix ==== | ||
| + | |||
| + | |||
| + | ===Definition=== | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | ===Example=== | ||
| + | |||
| + | \begin{align*} | ||
| + | \def\vm# | ||
| + | \vm{\color{red}1& | ||
| + | &= 1\left(\color{blue}2\vm{0& | ||
| + | & | ||
| + | & | ||
| + | &=36. | ||
| + | \end{align*} | ||
| + | |||
| + | ==== Theorem: Laplace expansion along any row or column gives the determinant ==== | ||
| + | |||
| + | - For any fixed $i$: $\det(A)=a_{i1}C_{i1}+a_{i2}C_{i2}+\dots+a_{in}C_{in}$ (Laplace expansion along row $i$) | ||
| + | - For any fixed $j$: $\det(A)=a_{1j}C_{1j}+a_{2j}C_{2j}+\dots+a_{nj}C_{nj}$ (Laplace expansion along column $j$) | ||
| + | |||
| + | === Example === | ||
| + | |||
| + | We can make life easier by choosing expansion rows or columns with lots of zeros, if possible. Let's redo the previous example with this in mind: | ||
| + | |||
| + | \begin{align*} | ||
| + | \def\vm# | ||
| + | \vm{1& | ||
| + | -\color{red}0+\color{red}2\vm{1& | ||
| + | & | ||
| + | & | ||
| + | &=36. | ||
| + | \end{align*} | ||
| + | |||
| + | ==== Definition: upper triangular matrices ==== | ||
| + | |||
| + | An $n\times n$ matrix $A$ is **upper triangular** if all the entries below the main diagonal are zero. | ||
| + | |||
| + | |||
| + | ==== Definition: diagonal matrices ==== | ||
| + | |||
| + | An $n\times n$ matrix $A$ is **diagonal** if the only non-zero entries are on its main diagonal. | ||
| + | |||
| + | ==== Corollary: the determinant of upper triangular matrices and diagonal matrices ==== | ||
| + | |||
| + | - The determinant of an upper triangular $n\times n$ matrix is the product of its diagonal entries: $\det(A)=a_{11}a_{22}\dots a_{nn}$. | ||
| + | - The determinant of an $n\times n$ diagonal matrix is the product of its diagonal entries: $\det(A)=a_{11}a_{22}\dots a_{nn}$. | ||
| + | |||
| + | === Proof === | ||
| + | |||
| + | - This is true for $n=1$, trivially. For $n>1$, assume inductively that it is true for $(n-1)\times (n-1)$ matrices and use the Laplace expansion of an upper triangular $n\times n$ matrix $A$ along the first column of $A$ to see that $\det(A)=a_{11}C_{11}+0+\dots+0=a_{11}C_{11}$. Now $C_{11}$ is the determinant of the $(n-1)\times (n-1)$ matrix formed by removing the first row and and column of $A$, and this matrix is upper triangular with diagonal entries $a_{22}, | ||
| + | - Any diagonal matrix is upper triangular, so this is a special case of statement 1. ■ | ||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | - For any $n$, we have $\det(I_n)=1\cdot 1\cdots 1 = 1$. | ||
| + | - For any $n$, we have $\det(5I_n)=5^n$. | ||
| + | - $\def\vm# | ||
| + | |||
| + | |||
| + | ==== Theorem: important properties of the determinant ==== | ||
| + | |||
| + | Let $A$ be an $n\times n$ matrix. | ||
| + | |||
| + | - $A$ is invertible if and only if $\det(A)\ne0$. | ||
| + | - $\det(A^T)=\det(A)$ | ||
| + | - If $B$ is another $n\times n$ matrix, then $\det(AB)=\det(A)\det(B)$ | ||
| + | |||
| + | ==== Corollary on invertibility ==== | ||
| + | |||
| + | - $A^T$ is invertible if and only if $A$ is invertible | ||
| + | - $AB$ is invertible if and only if **both** $A$ and $B$ are invertible | ||
| + | |||
| + | === Proof === | ||
| + | |||
| + | - We have $\det(A^T)=\det(A)$. So $A^T$ is invertible $\iff$ $\det(A^T)\ne0$ $\iff$ $\det(A)\ne 0$ $\iff$ $A$ is invertible. | ||
| + | - We have $\det(AB)=\det(A)\det(B)$. So $AB$ is invertible $\iff$ $\det(AB)\ne 0$ $\iff$ $\det(A)\det(B)\ne0$ $\iff$ $\det(A)\ne0$ and $\det(B)\ne 0$ $ \iff$ $A$ is invertible and $B$ is invertible. ■ | ||
lecture_14.1457522956.txt.gz · Last modified: by rupert
