Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_15_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_15_slides [2017/03/27 17:24] – [Examples] rupert | lecture_15_slides [2017/03/27 17:31] (current) – [Example: $n=3$] rupert | ||
|---|---|---|---|
| Line 110: | Line 110: | ||
| ==== Example: $n=3$ ==== | ==== Example: $n=3$ ==== | ||
| - | Let $\def\mat# | + | Find $J$, the adjoint of $\def\mat# |
| * Matrix of signs: $\mat{+& | * Matrix of signs: $\mat{+& | ||
| - | * Matrix of cofactors: $C=\mat{\vm{-4& | + | * Matrix of cofactors: $C=\def\vm# |
| - | * So the adjoint of $A$ is $J=C^T=\mat{-4& | + | |
| ==== ==== | ==== ==== | ||
| - | * Adjoint of $A=\mat{3& | + | * Adjoint of $A=\mat{3& |
| * $AJ=\mat{3& | * $AJ=\mat{3& | ||
| * $JA=\mat{-4& | * $JA=\mat{-4& | ||
| Line 133: | Line 132: | ||
| ==== Corollary: a formula for the inverse of a square matrix ==== | ==== Corollary: a formula for the inverse of a square matrix ==== | ||
| - | If $A$ is any $n\times n$ matrix with $\det(A)\ne 0$, then $A$ is invertible and \[A^{-1}=\frac1{\det A}J\] where $J$ is the adjoint of $A$. | + | If $A$ is any $n\times n$ matrix with $\det(A)\ne 0$, then $A$ is invertible, and $A^{-1}=\frac1{\det A}J$ where $J$ is the adjoint of $A$. |
| === Proof === | === Proof === | ||
| - | * Divide the equation $AJ=(\det A)I_n=JA$ by $\det A$. ■ | + | * Divide the equation $AJ=(\det A)I_n=JA$ by $\det A$. |
| + | * $A(\frac1{\det A}J)=I_n=(\frac1{\det A})JA$ | ||
| + | * So $A^{-1}=\frac1{\det A} J$. ■ | ||
| + | |||
| + | ==== Example ($n=4$) ==== | ||
| + | |||
| + | Let $A=\mat{1& | ||
| + | |||
| + | * Reminder: repeated row or zero row gives determinant zero | ||
| + | * $C=\mat{+\vm{2& | ||
| + | ==== Example ($n=4$) ==== | ||
| + | |||
| + | Let $A=\mat{1& | ||
| + | |||
| + | * $C=\mat{24& | ||
| + | * So $A^{-1}=\frac1{\det A}J = \frac1{24}\mat{24& | ||
| + | * (Easy to check that $AA^{-1}=I_4=A^{-1}A$.) | ||
| + | |||
| - | ==== Example ==== | ||
| - | If again we take $A=\mat{3& | ||
lecture_15_slides.1490635444.txt.gz · Last modified: by rupert
