Is there any special condition for the following statement to be true for any $n \times n$ matrices?
$$ e^Ae^B=e^{A+B}=e^Be^A $$
Is it always correct to say that
the exponential product equals the sum of the exponentials
and that is why the multiplication of exponentials commutes: because matrix addition is commutative?
Edit
From the answers I understand that
$$e^A e^B \neq e^{A+B}$$
when $A$ and $B$ do not commute.
But if I have two non commuting matrices $A = \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{pmatrix} $ and $B = \begin{pmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}$ like in this example, I see that their exponentials still commute from this computation. (Edit2 - that WolframAlpha result was obviously wrong: those exponentials don't commute and the following inequality is true)
So is there an example of two matrices $A$ and $B$ such that the following holds?
$$e^A e^B \neq e^B e^A $$