I tried row reducing this matrix, and got that it is row equivalent to a lower triangular matrix of terms $(1-x)$. This would give determinant $(1-x)^n$, which in turn would imply the maximum of $\det A_n(x)$ attains a maximum at $x=0$? This is just a zero matrix?
Is this correct? In that case is the determinant for all other values of x less than $0$?
Thanks in advance for the help!
No, that's all wrong. For example, in the $2 \times 2$ case, $$\det \pmatrix{x & x^2\cr x^2 & x^2\cr} = x^3- x^4$$ which has its maximum at $x=3/4$.