Find the determinant of the $m \times m$ matrix $K$ where $$K_{ij} = {1 \over 1 - x_ix_j} $$ for any values of $x_1,x_2,\dotsc, x_m$.
My first thought is to make each component polynomial by scaling the rows of the matrix: $$K_{ij} \prod_{k=1}^m(1-x_ix_k)=\prod_{k\neq j}(1-x_ix_k)$$
Since the determinant of the scaled matrix is a polynomial you can determine its degree, and find its roots by using the fact that the determinant of a matrix with two columns the same is zero.
What happens is that the degree of the polynomial in $x_1$ is $2(m-1)$. And playing around with Wolfram Alpha shows that $m-1$ of them are double roots. Finding those $m-1$ roots is easy but showing they have multiplicity $2$ seems hard; it seems I have to differentiate.
Is there an easier way?