Convexity of a function over matrices

55 Views Asked by At

How to show that $f(X)=tr(X^{-1})$ is convex over the set of symmetric real positive definite matrices by showing that $g(t)=f(X+tV)$ is convex for any such $X$ and $V$? Clearly we need to show that $$g(t)\le (1-t)g(0)+tg(1)$$ but I'm stuck to find a simplified version of $tr((X+tV)^{-1})$.
Thank you for your help!