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!