I'm reading Chapter 6.3: Systems of Differential Equations from Gilbert Strang's Introduction to Linear Algebra.
The chapter mentions that $e^{At}$ always has the inverse $e^{-At}$ (assuming $A$ is a matrix). Later, it also mentions that sometimes $e^Ae^B$, $e^Be^A$, and $e^{A+B}$ can be all different.
My rookie question is: why $e^{At}$ is always invertible with inverse $e^{-At}$? Can I multiply them and add the exponents so that $e^{At}e^{-At}=e^{0t}=I+0+\cdots=I$? If yes, why would $e^A e^B$, $e^B e^A$, and $e^{A+B}$ sometimes be different?
I started reading Strang's textbook from the first page, and chapter 6.3 is so far the most confusing one. I'd really appreciate some help. Thanks in advance!
The product of matrices is not commutative and
$$e^Ae^B=e^Be^A$$ has a priori no reason to hold.
But if the sums converge,
$$e^{At}e^{-At}=\sum_{i=0}^\infty\sum_{j=0}^\infty(-1)^j\frac{A^it^iA^j t^j}{i!j!} =\sum_{j=0}^\infty\sum_{i=0}^\infty(-1)^j\frac{A^jt^jA^i t^i}{j!i!} =e^{-At}e^{At}. $$