I have a skew-symmetric matrix $A \in \mathbb{R}^{4 \times 4} $
$$ A = \begin{bmatrix} 0 & a & b & 0 \\ -a & 0 & c & 0 \\-b & -c & 0 & 0 \\ 0& 0 & 0 & 0\end{bmatrix} $$
another matrix $B\in \mathbb{R}^{4 \times 4} $
$$ B = \begin{bmatrix} 0 & 0 & 0 & t_1 \\ 0 & 0 & 0 & t_2 \\0 & 0 & 0 & t_3 \\ 0 & 0 & 0 & 0\end{bmatrix} $$
Also $C = A+ B$ and the question is what is
$$ D = e^{A + B} $$
I have checked that
$$ D = \begin{bmatrix} e^A & x \\ 0 & 1\end{bmatrix} \in \mathbb{R}^{4 \times 4}$$
But I cannot figure out what $x$ is. Has anyone thoughts on this? Thanks