Determinant and symmetric positive definite matrix

determinantlinear algebralinear-transformationsmatricespositive definite

Let $\mathbf{A}$ be an $N \times N$ real symmetric (or complex Hermitian) positive definite matrix, such that $\mathrm{det}(\mathbf{A})=1$.

Is it possible to recover the first top-left element $[\mathbf{A}]_{1,1}$ from all the other elements, i.e. $[\mathbf{A}]_{1,1} = f([\mathbf{A}]_{2,1},\ldots,[\mathbf{A}]_{N,N})?$ Which is the function $f$ that does the job?

Thanks!

Best Answer

You can develop the determinant along the first line $$\det(A) = \sum_{i=1}^N a_{1i}C_{1j}$$ where $C_{ij}$ are the cofactors thus : $$a_{11} = \frac{1}{C_{11}}\left(\det A - \sum_{i=2}^N a_{1i}C_{1j}\right)$$