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?
If any two $x_i$ are the same, the determinant is zero, so the numerator of $\det(K)$ contains all the factors $(x_i-x_j)$.
To swap $x_i$ with $x_j$, you swap the two rows, and the two columns, so the determinant stays the same. So the numerator must contain all the factors $(x_i-x_j)^2$.
I expect $(1-x_ix_j)$ is a factor in the denominator, and it appears twice if $i\neq j$.
Is the answer $$\frac{\prod_{i<j}(x_i-x_j)^2}{\prod_{i,j}(1-x_ix_j)}$$