I'm stuck on this problem. Let $X\in\mathbb{R}^{n\times n}$, compute the following matrix derivatives $$\frac{\partial}{\partial X}\mathrm{tr}(\log(XA)\log(XA)^\top),$$ $$\frac{\partial}{\partial X}\mathrm{tr}(B\log(XA)), $$ where $\log(\cdot)$ is the matrix logarithm (not element-wise) and $A,B\in\mathbb{R}^{n\times n}$ are constant matrices.
Thanks in advance for your suggestions!
Here's an incomplete answer:
$\log A = - \sum_{i = 1}^{\infty} \, \frac{1}{i}(I - A)^i$
So
$d \log A = \sum_{i = 0}^{\infty} \, (I - A)^i \, dA$
If you know the chain and product rules, deriving over the $\log A$ term should be the only tricky part.