Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_9
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_9 [2016/02/29 10:23] – [The distributive laws] rupert | lecture_9 [2017/02/21 10:02] (current) – rupert | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| === Lemma: the distributive laws for row-column multiplication === | === Lemma: the distributive laws for row-column multiplication === | ||
| - | - If $a$ is a $1\times m$ row vector and $b$ and $c$ are $m\times 1$ column vectors, then $a(b+c)=ab+ac$. | + | - If $a$ is a $1\times m$ row vector and $b$ and $c$ are $m\times 1$ column vectors, then $a\cdot (b+c)=a\cdot b+a\cdot c$. |
| - | - If $b$ and $c$ are $1\times m$ row vectors and $a$ is an $m\times 1$ column vector, then $(b+c)a=ba+ca$. | + | - If $b$ and $c$ are $1\times m$ row vectors and $a$ is an $m\times 1$ column vector, then $(b+c)\cdot a=b\cdot a+c\cdot a$. |
| The proof is an exercise (see tutorial worksheet 5). | The proof is an exercise (see tutorial worksheet 5). | ||
| Line 63: | Line 63: | ||
| 2. The proof is similar, and is left as an exercise.■ | 2. The proof is similar, and is left as an exercise.■ | ||
| - | ===== Matrix equations ===== | ||
| - | We've seen that a single linear equation can be written using [[row-column multiplication]]. For example, | ||
| - | \[ 2x-3y+z=8\] | ||
| - | can be written as | ||
| - | \[ \def\m# | ||
| - | or | ||
| - | \[ a\vec x=8\] | ||
| - | where $a=\m{2& | ||
| - | |||
| - | We can write a whole [[system of linear equations]] in a similar way, as a matrix equation using [[matrix multiplication]]. For example we can rewrite the linear system | ||
| - | \begin{align*} 2x-3y+z& | ||
| - | as | ||
| - | \[ \m{2& | ||
| - | or | ||
| - | \[ A\vec x=\vec b\] | ||
| - | where $A=\m{2& | ||
| - | |||
| - | |||
| - | More generally, any linear system | ||
| - | \begin{align*} a_{11}x_1+a_{12}x_2+\dots+a_{1m}x_m& | ||
| - | can be written in the form | ||
| - | \[ A\vec x=\vec b\] | ||
| - | where $A$ is the $n\times m $ matrix, called the **coefficient matrix** of the linear system, whose $(i,j)$ entry is $a_{ij}$ (the number in front of $x_j$ in the $i$th equation of the system) and $\vec x=\m{x_1\\x_2\\\vdots\\x_m}$, | ||
lecture_9.1456741426.txt.gz · Last modified: by rupert
