I am interested in computing the following integral of a matrix exponential.
\begin{equation} \int_0^t e^{A(t-t')} e^{A^T (t-t')} dt' \end{equation}
The only assumption is that $A_{n\times n}$ is real. This is simple (albeit cumbersome) to compute, given a particular $A$. I was wondering, however, if there were any other steps I could take to progress the problem further a little bit further.
For instance (assuming I did not make any mistakes), if $A$ is normal then $A = U \Lambda U^H$, where $\Lambda=\text{diag}(\lambda1,\lambda2,\ldots,\lambda_n)$ contains the eigenvalues and $U$ is unitary. Then
\begin{equation} \int_0^t e^{A(t-t')} e^{A^T (t-t')} dt' = U \left[\int_0^t e^{2\Lambda(t-t')} dt'\right]U^H = U \left[(2\Lambda)^{-1} (e^{2\Lambda t} - I)\right]U^H \end{equation}
However, in general $A$ is not normal.
I appreciate the support in advance.