Jonmundsson
- 21
- 0
Homework Statement
Find all r so that the matrix \begin{bmatrix} 2 & 4 & 2 \\ 1 & r & 3 \\ 1 & 2 & 1\end{bmatrix} is inversable.
Homework Equations
Gauss-Jordan elimination on a matrix augmented with an identity matrix.
The Attempt at a Solution
\begin{bmatrix} 2 & 4 & 2 & | & 1 & 0 & 0 \\ 1 & r & 3 & | & 0 & 1 & 0 \\ 1 & 2 & 1 & | & 0 & 0 & 1\end{bmatrix}(1/2)R1
\begin{bmatrix} 1 & 2 & 1 & | & \frac{1}{2} & 0 & 0 \\ 1 & r & 3 & | & 0 & 1 & 0 \\ 1 & 2 & 1 & | & 0 & 0 & 1\end{bmatrix}
R2 - R1
R3 - R1
\begin{bmatrix} 1 & 2 & 1 & | &\frac{1}{2} & 0 & 0 \\ 0 & r - 2 & 2 & | &-\frac{1}{2} & 1 & 0 \\ 0 & 0 & 0 & | & -\frac{1}{2} & 0 & 1\end{bmatrix}
And this is where I am stumped. Any bump in the right direction will be appreciated.
Last edited: