flyingpig
- 2,574
- 1
Homework Statement
Compute this determinant
\begin{vmatrix}<br /> 1 & 1& x& 1\\ <br /> x& 1& 1 &1 \\ <br /> 1& 1 & 1 &x \\ <br /> 1& x & 1& 1<br /> \end{vmatrix}
The Attempt at a Solution
I tried swapping rows and eventually I got
-\begin{vmatrix}<br /> x & 1& 1& 1\\ <br /> 1& x& 1 &1 \\ <br /> 1& 1 & x &1 \\ <br /> 1& 1 & 1& x<br /> \end{vmatrix}
Now I could row reduce, but I could get two 0s at most and I still have to do two 3 x 3 determinants. Is there an easier way?