1

Consider the $(m-1)\times (m-1)$ matrix $M$ shown below. $$ M= \left[ {\begin{array}{cc} 1 & 1/2 & 1/2 & \ldots & 1/2\\ 1/2 & 1 & 1/2 & \ldots & 1/2\\ \vdots \\ 1/2 & 1/2 & 1/2 & \dots & 1 \end{array} } \right]$$

I would like to show that $\det (M)=\frac{m}{2^{m-1}}$. I have tried induction, but the computation gets rather messy. When $m=2$, $\det(M)=1=2/2$, and when $m=2$, $\det(M)=1-1/2^2=3/2^2$.

I know some people are very good at seeing tricks to compute the determinant of a matrix like this without induction. Any ideas?

Thanks!

Sarah
  • 1,672
  • 2
    Add all the rows to the last one. You can take out the common factor and you'll get a row with all 1/2. You can substract it from every other row to get a diagonal matrix – mlainz Apr 03 '17 at 22:04
  • 2
  • Build an (m-1)-dimensional parallelipiped with a vertex at (0,...0) and vertices at all the given columns and their sums. 2. Fill the parallelipiped with (m-1)-dimensional water. 3. Measure how much water it took. You know, for fun.
  • – Elizabeth S. Q. Goodman Apr 03 '17 at 22:27