Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_10_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_10_slides [2016/02/24 16:51] – [Example] rupert | lecture_10_slides [2017/02/21 10:04] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~REVEAL~~ | ~~REVEAL~~ | ||
| - | ==== Last time ==== | ||
| - | | + | ===== Matrix equations ===== |
| - | * More generally, | + | |
| - | * $A$, $B$ are fixed matrices | + | |
| - | * $X$ is an unknown matrix | + | * e.g. $ \newcommand{\m}[1]{\left[\begin{smallmatrix}# |
| - | * Can figure out the size of $X$ from the size of $A$ and $B$ | + | * or $ a\vec x=8$ where $a=\m{2& |
| - | * To solve: find the matrices | + | |
| - | * Can't " | + | ==== ==== |
| + | * We can write a whole [[system of linear equations]] in a similar way, as a matrix equation using [[matrix multiplication]]. | ||
| + | * e.g. the linear system $\begin{align*} 2x-3y+z& | ||
| + | |||
| + | * is same as $\m{2& | ||
| + | * or $ A\vec x=\vec b$ where $A=\m{2& | ||
| + | |||
| + | ==== ==== | ||
| + | |||
| + | In a similar way, any linear | ||
| + | can be written in the form | ||
| + | \[ A\vec x=\vec b\] | ||
| + | where $A$ is the $n\times m $ matrix, called the **coefficient matrix** | ||
| + | |||
| + | ==== Solutions of matrix | ||
| + | |||
| + | * More generally, might want to solve a matrix equation like \[AX=B\] where $A$, $X$ and $B$ are matrices of any size, with $A$ and $B$ fixed matrices | ||
| + | * If $A$ is $n\times m$, we need $B$ to be $n\times k$ for some $k$, and then $X$ must be $m\times k$ | ||
| + | * so we know the size of any solution | ||
| + | * But which $m\times k$ matrices $X$ are solutions? | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | If $A=\m{1& | ||
| + | |||
| + | * One solution is $X=0_{2\times 3}$ | ||
| + | * because then we have $AX=A0_{2\times 3}=0_{2\times 3}$. | ||
| + | * This is not the only solution! | ||
| + | * For example, | ||
| + | * because then we have $AX=\m{1& | ||
| + | |||
| + | * So a matrix | ||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | * Let $A=\m{2& | ||
| + | * and $B=\m{3& | ||
| + | * Solve $AX=B$ for $X$ | ||
| + | |||
| + | * $X$ must be $2\times 2$ | ||
| + | * $X=\m{x_{11}& | ||
| + | * Do some algebra to solve for $X$ | ||
| + | * ... | ||
| + | * Is there a quicker way? | ||
| ==== Example ==== | ==== Example ==== | ||
| Line 150: | Line 192: | ||
| ==== Example ==== | ==== Example ==== | ||
| - | * Let $A=\mat{1& | + | * Let $A=\mat{1& |
| - | * Notice that one column of $A$ is $2$ times the other... exploit this. | + | * One column of $A$ is $2$ times the other... exploit this. |
| * Let $K=\mat{-2\\1}$ | * Let $K=\mat{-2\\1}$ | ||
| - | * $K$ is non-zero but $AK=\mat{0\\0}=0_{2\times 1}$ | + | * $K$ is non-zero but $AK=\mat{1& |
| * So $A$ is not invertible, by the Corollary. | * So $A$ is not invertible, by the Corollary. | ||
| - | * Next time: an easier | + | * Next time: a more systematic |
lecture_10_slides.1456332702.txt.gz · Last modified: by rupert
