Say I have a symmetric $M \times M$ matrix with unit diagonal. For example with $M=4$: $$ \mathbf{A} = \left[\begin{array}{cccc} 1 & a & b & c \\ a & 1 & c & d \\ b & c & 1 & e \\ c & d & e & 1 \end{array}\right] $$ What way do you think is the easiest to show that this is an invertible matrix/has full rank? I have thought about showing that its determinant is always nonzero but the expression for the determinant becomes very intangible as $M$ is increased..
Oh and we can assume that the elements on the off-diagonal are not $1$ and they are positive. To make it clear, I actually have a matrix where $\mathbf{A}_{ij} = \exp(- \alpha \lVert c_i - c_j \rVert^2)$ where $\alpha$ is positive and all $c$s are different.