Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_3_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| lecture_3_slides [2016/02/01 17:26] – rupert | lecture_3_slides [2016/02/01 17:29] (current) – rupert | ||
|---|---|---|---|
| Line 102: | Line 102: | ||
| {{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*} | ||
| + | |||
| + | ==== ==== | ||
| + | |||
| + | $\go{1& | ||
| + | |||
| + | * from the last row, we get $z=-3$ | ||
| + | * from the second row, we get $y-2z=5$ | ||
| + | * so $y-2(-3)=5$ | ||
| + | * so $y=-1$ | ||
| + | * from the first row, we get $x+3z=0$ | ||
| + | * so $x+3(-3)=0$ | ||
| + | * so $x=9$ | ||
| + | * Conclusion: $\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}9\\-1\\-3\end{bmatrix}$ is the only solution. | ||
| + | |||
| + | ==== Solution 2 ==== | ||
| + | |||
| + | We start in the same way, but by performing more [[EROs]] we make the algebra at the end simpler. | ||
| + | |||
| + | \begin{align*} | ||
| + | \def\go# | ||
| + | \def\ar# | ||
| + | & | ||
| + | \ar{\ldots \text{same EROs as above}\ldots}\go{1& | ||
| + | \ar{R2\to R2+2R3}\go{1& | ||
| + | \ar{R1\to R1-3R3}\go{1& | ||
| + | \end{align*} | ||
| + | |||
| + | ==== ==== | ||
| + | \[ \go{1& | ||
| + | |||
| + | * from the last row, we get $z=-3$ | ||
| + | * from the second row, we get $y=-1$ | ||
| + | * from the first row, we get $x=9$ | ||
| + | * So $\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}9\\-1\\-3\end{bmatrix}$ is the only solution. | ||
| + | |||
| + | ==== Discussion ==== | ||
| + | |||
| + | Both solutions use EROs to transform the [[augmented matrix]]. | ||
| + | |||
| + | * Solution 1: $\left[\begin{smallmatrix}1& | ||
| + | * " | ||
| + | * Called **row echelon form** | ||
| + | * Needed algebra to finish solution. | ||
| + | * Solution 2: $\left[\begin{smallmatrix}1& | ||
| + | * Staircase with zeros **above** 1s on steps (and below). | ||
| + | * Called **reduced row echelon form** | ||
| + | * No extra algebra needed to finish solution. | ||
| + | |||
lecture_3_slides.1454347579.txt.gz · Last modified: by rupert
