Searching two matrix A and B, such that exp(A+B)=exp(A)exp(B) but AB is not equal to BA.

1.9k Views Asked by At

We know that if two matrix $A$ and $B$ commutes then $\exp(A+B)=\exp(A)\exp(B)$. I am trying to find two matrix that does not commute but $\exp(A+B)=\exp(A)\exp(B)$ is true for them.

Can anybody give exact example. Thanks

1

There are 1 best solutions below

1
On BEST ANSWER

Let $A = \begin{bmatrix}0&6\pi&0\\-6\pi&0&0\\0&0&0\end{bmatrix}$ and $B = \begin{bmatrix}0&0&0\\0&0&8\pi\\0&-8\pi&0\end{bmatrix}$.

Using the formula I derived here, $e^A = e^B = e^{A+B} = I$. Hence, $e^{A+B} = e^Ae^B$.

However, $AB-BA = \begin{bmatrix}0&0&48\pi^2\\0&0&0\\-48\pi^2&0&0\end{bmatrix} \neq 0$, and so, $AB \neq BA$.