Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_4
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_4 [2015/01/29 11:51] – [Row echelon form] rupert | lecture_4 [2015/01/29 15:08] (current) – [Discussion] rupert | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| is the only solution. | is the only solution. | ||
| - | == Discussion == | + | === Discussion |
| In both of these solutions we used EROs to transform the [[augmented matrix]] into a nice form. | In both of these solutions we used EROs to transform the [[augmented matrix]] into a nice form. | ||
| - | * In solution 1, we ended up with the matrix $\left[\begin{smallmatrix}1& | + | * In solution 1, we ended up with the matrix $\left[\begin{smallmatrix}1& |
| * In solution 2, we ended up with the matrix $\left[\begin{smallmatrix}1& | * In solution 2, we ended up with the matrix $\left[\begin{smallmatrix}1& | ||
| ===== Row echelon form and reduced row echelon form ===== | ===== Row echelon form and reduced row echelon form ===== | ||
| - | ==== Row echelon form ==== | + | ==== Row echelon form (REF) ==== |
| === Definition === | === Definition === | ||
| Line 75: | Line 75: | ||
| {{page> | {{page> | ||
| + | ==== Reduced row echelon form (RREF) ==== | ||
| === Definition === | === Definition === | ||
| Line 82: | Line 83: | ||
| ==== Example ==== | ==== Example ==== | ||
| - | Use [[EROs]] to put the following matrix into RREF: \[\begin{bmatrix} 1& | + | Use [[EROs]] to put the following matrix into [[RREF]]: \[\begin{bmatrix} 1& |
| and solve the corresponding linear system. | and solve the corresponding linear system. | ||
| === Solution === | === Solution === | ||
| - | \begin{align*} | + | \begin{align*} |
| + | \def\go# | ||
| + | \def\ar# | ||
| + | & | ||
| + | \ar{R2\to R2-2R3}\go{1& | ||
| + | \ar{R1\to R1-3R3}\go{1& | ||
| + | \ar{R1\to R1-2R2}\go{1& | ||
| \end{align*} | \end{align*} | ||
| + | This matrix is in RREF. Write $x_i$ for the variable corresponding to the $i$th column. The solution is | ||
| + | |||
| + | - $x_4=t$, a free parameter, i.e. $t\in\mathbb{R}$. This is because the $4$th column does not contain a leading entry. | ||
| + | - From row 3: $x_3+2t=3$, so $x_3=3-2t$ | ||
| + | - From row 2: $x_2-t=-2$, so $x_2=-2+t$ | ||
| + | - From row 1: $x_1=0$ | ||
| + | |||
| + | So the solution is | ||
| + | \[ \begin{bmatrix}x_1\\x_2\\x_3\\x_4\end{bmatrix}=\begin{bmatrix}0\\-2\\3\\0\end{bmatrix}+ | ||
| + | t\begin{bmatrix}0\\1\\-2\\1\end{bmatrix}, | ||
| + | |||
| + | (Geometrically, | ||
lecture_4.1422532310.txt.gz · Last modified: by rupert
