Consider the set of $d\times d$ matrices that are positive semidefinite and have unit trace. This is a convex set, $S$. Is it possible to think of a geometric center of this set? The criterion for geometric center is an element $\rho$ such that if $\rho + X\in S$, then $\rho - X\in S$
For $d = 2$, it is the identity matrix. For $d>2$, it is not the identity matrix. Indeed $$\begin{pmatrix} 1 & 0 & 0\\ 0 & 0 &0 \\ 0 & 0 & 0 \end{pmatrix} = \frac{1}{3}\begin{pmatrix} 1 & 0 & 0\\ 0 & 1 &0 \\ 0 & 0 & 1 \end{pmatrix} + \begin{pmatrix} 2/3 & 0 & 0\\ 0 & -1/3 &0 \\ 0 & 0 & -1/3 \end{pmatrix} \in S$$ but $$\frac{1}{3}\begin{pmatrix} 1 & 0 & 0\\ 0 & 1 &0 \\ 0 & 0 & 1 \end{pmatrix} - \begin{pmatrix} 2/3 & 0 & 0\\ 0 & -1/3 &0 \\ 0 & 0 & -1/3 \end{pmatrix} \notin S$$
So is it possible to find such an element for $d>2$ or if not, why not?