Derivative of a Matrix Exponential with respect to A Matrix

858 Views Asked by At

I need to take the derivative of an exponential function with respect to a matrix.

$\frac{\partial}{\partial A} (e^{At})$

where $t$ is a scalar and $A$ is a matrix not dependent on $t$. Yes those $A$'s are the same variable for clarification.

Thank you