Let $A \in \mathbb{R}^{n \times n}$ be a positive definite matrix. I am looking for the solution to the problem:
\begin{align} \arg \min_{A} \text{Tr}(A^{-1}) \end{align}
Actually, I know the trace of the inverse of a symmetric positive definite matrix $\mathrm{trace}(A^{-1})$ is convex and I found the proof here: Is the trace of inverse matrix convex?. I was wondering whether there is a exact solution?
Thanks in advance!