Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_6_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_6_slides [2016/02/09 12:19] – rupert | lecture_6_slides [2017/02/08 17:34] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~REVEAL~~ | ~~REVEAL~~ | ||
| + | |||
| + | ===== Solving linear systems. Examples; how many solutions? ===== | ||
| + | |||
| + | ==== More examples ==== | ||
| ==== Example 1 ==== | ==== Example 1 ==== | ||
| + | If $ f(x)=ax^2+bx+c$ and $f(1)=3$, $f(2)=2$ and $f(3)=4$, find $f(x)$. | ||
| + | |||
| + | * $f(1)=3\implies a+b+c=3$ | ||
| + | * $f(2)=2\implies 4a+2b+c=2$ | ||
| + | * $f(3)=4\implies 9a+3b+c=4$ | ||
| + | * $\begin{gather*} | ||
| + | * Solve using RREF. | ||
| + | ==== ==== | ||
| + | \begin{align*}\def\go# | ||
| + | \def\ar# | ||
| + | \go{1& | ||
| + | \xrightarrow{R2\to R2-4R1\text{ and }R3\to R3-9R1}& | ||
| + | \go{1& | ||
| + | \ar{R2\to -\tfrac12 R2} | ||
| + | \go{1& | ||
| + | \ar{R3\to R3+6R2} | ||
| + | \go{1& | ||
| + | \end{align*} | ||
| + | * So far: in REF! | ||
| + | |||
| + | ==== ==== | ||
| + | \begin{align*} | ||
| + | \go{1& | ||
| + | \xrightarrow{R1\to R1-R3\text{ and }R2\to R2-\tfrac32R3}& | ||
| + | \go{1& | ||
| + | \ar{R1\to R1-R2} | ||
| + | \go{1& | ||
| + | \end{align*} | ||
| + | * So $a=1.5$, $b=-5.5$ and $c=7$ | ||
| + | * So $f(x)=1.5x^2-5.5x+7$. | ||
| + | |||
| + | |||
| + | ==== Example 2 ==== | ||
| Solve the linear system | Solve the linear system | ||
| Line 36: | Line 73: | ||
| * No free variables. | * No free variables. | ||
| - | ==== Example | + | ==== Example |
| Solve the linear system | Solve the linear system | ||
| Line 64: | Line 101: | ||
| * To detect this: put in REF and find a row $[0~0~\dots~0~1]$. | * To detect this: put in REF and find a row $[0~0~\dots~0~1]$. | ||
| - | ==== Example | + | ==== Example |
| For which value(s) of $k$ does the following linear system have | For which value(s) of $k$ does the following linear system have | ||
| Line 107: | Line 144: | ||
| {{page> | {{page> | ||
| - | ==== ==== | + | * {{page> |
| - | + | ||
| - | {{page> | + | |
| ==== Examples ==== | ==== Examples ==== | ||
| - | * If $B=\begin{bmatrix} 99& | + | * $B=\begin{bmatrix} 99& |
| - | * $\begin{bmatrix}3\\2\\4\\0\\-1\end{bmatrix}$ is a $5\times 1$ matrix. A matrix like this with one column is called a **column vector**. | + | * the $(1,1)$ entry of $B$ is $b_{11}=99$ |
| - | * $\begin{bmatrix}3& | + | * the $(1,3)$ entry of $B$ is $b_{13}=5$ |
| + | * the $(2,1)$ entry of $B$ is $b_{21}=7$ | ||
| + | * etc. | ||
| + | * $(3,2)$ entry of $B$? | ||
| + | * undefined! | ||
| + | ==== ===== | ||
| + | * $\left[\begin{smallmatrix}3\\2\\4\\0\\-1\end{smallmatrix}\right]$ is a $5\times 1$ matrix. | ||
| + | * A matrix like this with one column is called a **column vector**. | ||
| + | * $\begin{bmatrix}3& | ||
| + | * A matrix like this with one row is called a **row vector**. | ||
| + | * Even though these have the same entries, they have a different " | ||
| - | Even though the row matrix and the column matrix above have the same entries, they have a different " | + | ==== Size of a matrix ==== |
| - | + | ||
| - | === Definition | + | |
| {{page> | {{page> | ||
| - | === Definition | + | ==== Equality of matrices ==== |
| {{page> | {{page> | ||
| - | === Examples === | + | ==== Examples |
| * $\begin{bmatrix}3\\2\\4\\0\\-1\end{bmatrix}\ne \begin{bmatrix}3& | * $\begin{bmatrix}3\\2\\4\\0\\-1\end{bmatrix}\ne \begin{bmatrix}3& | ||
| - | | + | ==== ==== |
| - | * $\begin{bmatrix}1& | + | |
| - | * If $\begin{bmatrix}3x& | + | * not the same size. |
| + | * $\begin{bmatrix}1& | ||
| + | * same size but the $(2,1)$ entries are different. | ||
| + | ==== ==== | ||
| + | * If $\begin{bmatrix}3x& | ||
| + | * We get four equations: | ||
lecture_6_slides.1455020373.txt.gz · Last modified: by rupert
