Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_7a
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lecture_7a [2015/02/10 10:45] – created rupert | lecture_7a [2015/02/10 10:55] (current) – [One more example] rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== One more example ==== | ||
| + | |||
| + | Solve the following [[linear system]]: | ||
| + | \begin{align*} x+y+z& | ||
| + | |||
| + | == Solution == | ||
| + | |||
| + | We remark that there are more equations than unknowns... but this isn't a problem! We proceed as usual: | ||
| + | |||
| + | |||
| + | |||
| + | \begin{align*} | ||
| + | \def\go# | ||
| + | \def\ar# | ||
| + | & | ||
| + | \ar{R2\to R2-2R1,\ R3\to R3-R1\text{ and }R4\to R4-3R1} | ||
| + | \go{1& | ||
| + | \ar{R3\to R3+R2\text{ and }R4\to R4-R2} | ||
| + | \go{1& | ||
| + | \ar{R1\to R1-R2} | ||
| + | \go{1& | ||
| + | \end{align*} | ||
| + | |||
| + | Now $z$ is a free variable, say $z=t$ where $t\in \mathbb{R}$, | ||
| + | \[ \begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}0\\2\\0\end{bmatrix}+t\begin{bmatrix}0.5\\-1.5\\1\end{bmatrix}, | ||
| + | |||
| + | ===== Observations about Gaussian elimination ===== | ||
| + | |||
| {{page> | {{page> | ||
lecture_7a.1423565128.txt.gz · Last modified: by rupert
