Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| lecture_3 [2015/01/28 10:00] – [Observations] rupert | lecture_3 [2016/02/02 10:05] (current) – rupert | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| {{page> | {{page> | ||
| + | |||
| + | |||
| + | ==== Example ==== | ||
| + | |||
| + | Use [[EROs]] to find the intersection of the planes | ||
| + | \begin{align*} 3x+4y+7z& | ||
| + | |||
| + | === Solution 1 === | ||
| + | |||
| + | \begin{align*} | ||
| + | \def\go# | ||
| + | \def\ar# | ||
| + | & | ||
| + | \ar{\text{reorder rows}}\go{1& | ||
| + | \ar{R3\to R3-3R1}\go{1& | ||
| + | \ar{R3\to R3-4R2}\go{1& | ||
| + | \ar{R3\to \tfrac16 R3}\go{1& | ||
| + | \end{align*} | ||
| + | |||
| + | So | ||
| + | |||
| + | * from the last row, we get $z=-3$ | ||
| + | * from the second row, we get $y-2z=5$, so $y-2(-3)=5$, | ||
| + | * from the first row, we get $x+3z=0$, so $x+3(-3)=0$, | ||
| + | |||
| + | The conclusion is that | ||
| + | \[ \begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}9\\-1\\-3\end{bmatrix}\] | ||
| + | is the only solution. | ||
lecture_3.1422439235.txt.gz · Last modified: by rupert
