I was trying to find the Frechet derivative of $f = \exp(X)$, where $X \in \mathbb{R}^{n\times n}$ is positive definite. I thought it ought to be $\exp(X)$.
I see results where the derivative is with respect to a scalar argument, but this question has not been asked before.
I tried to see if I could find $Df_X$ starting with $Df_X[H] = \exp(X+H) - \exp(X)$. If I can show that the right hand side evaluates to $I + XH + X^2H/2 + \ldots = \exp(X)H$, I am done.
After I use the series definition, however, I am lost because I see no reason to assume that $A$ and $H$ commute.
Please help.
EDIT Following the suggestion in the comment, I try to compute the Gateaux derivative as $\exp(X + tH)$ by writing down the first few terms.
$\exp(X+tH) = I + (X + tH) + (X^2 + tXH + tHX + t^2H^2)/2 + \cdots$
$\dfrac{d}{dt}\exp(X+tH)\Big|_{t=0} = H + (XH+HX)/2 + \cdots$
And now am stuck again. It seems the expression on the right cannot be rearranged to give what I want. I think it is the derivative of the trace of the exponential, not the exponential itself that yields $\exp(X)$