expAB
expAB denotes the matrix exponential of the product AB, where A and B are square matrices of compatible size. If AB is an n by n matrix, the matrix exponential exp(AB) is defined by the power series exp(AB) = I + AB + (AB)^2/2! + (AB)^3/3! + ... . This makes exp(AB) well-defined for any AB whose spectrum lies in the complex plane, with convergence guaranteed by the properties of the exponential series.
In general, there is no simple relation that reduces exp(AB) to a combination of exp(A) and exp(B).
Computation of exp(AB) is a common task in linear differential equations, control theory, and quantum mechanics.