This determinant is there a short cut?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Compute this determinant

[tex]\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}[/tex]

The Attempt at a Solution



I tried swapping rows and eventually I got
[tex]-\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}[/tex]

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?
 
Physics news on Phys.org
You're allowed to multiply a row with a constant and subtract the result from another row.
In this manner you can use Gaussian elimination to resolve the determinant (note that not all rules of Gaussian elimination apply though).
When you have reached an upper triangular matrix, the determinant is the same as the product of the numbers on the main diagonal.