flyingpig
- 2,574
- 1
Homework Statement
Solve this determinant
\begin{vmatrix}<br /> 2 & 5 & 4 & 1\\ <br /> 4& 7 & 6 &2 \\ <br /> 6& -2& -4 & 0\\ <br /> -6& 7& 7&0 <br /> \end{vmatrix}
The Attempt at a Solution
I decided to get rid of the 1 at the corner of the first row by doing a row operation of
R1 -> R1 - (1/2)R2
\begin{vmatrix}<br /> 0 & 5 - \frac{7}{2} & 1 & 0\\ <br /> 4& 7 & 6 &2 \\ <br /> 6& -2& -4 & 0\\ <br /> -6& 7& 7&0 <br /> \end{vmatrix}
So then I crossed the last column and second row and carried the +2 and I got
2\begin{vmatrix}<br /> 0 & 5-\frac{7}{2} & 1 \\ <br /> <br /> 6& -2& -4 \\ <br /> -6& 7& 7 <br /> \end{vmatrix}
So I row-reduced the second and third row
R2 -> R2 + R3
R3 -> R3 + R2
2\begin{vmatrix}<br /> 0 & 5-\frac{7}{2} & 1 \\ <br /> <br /> 0& 5& 3 \\ <br /> 0& 5& 3 <br /> \end{vmatrix}
Now I am stuck because my determinant is 0...
Last edited: