-
This power series converges for all X . Moreover, it converges (a) absolutely and (b) uniformly along with all its partial derivatives on any bounded set of matrices. This is a slightly technical result to state and prove which we'll establish in some optional videos (video about matrix norms and video proving convergence). Absolute convergence means that we can reorder terms in the power series without worrying; uniform convergence along with partial derivatives means that exp is differentiable and we can differentiate inside the sum.
-
Let t be a real variable. Then ddtexp(tX)=Xexp(tX) . Here, exp(tX) is a matrix whose entries are functions of t ; ddtexp(tX) means the matrix you get by differentiating each entry of exp(tX) .
-
If XY=YX then exp(X)exp(Y)=exp(X+Y) .
-
exp(X) is invertible, with inverse exp(-X) .
Properties of the matrix exponential
Properties of the matrix exponential
In the last video, we introduced the exponential of a matrix, exp(X)=∞∑n=01n!Xn.
Proof of the lemma
To prove 2, we write the definition exp(tX)=∞∑n=01n!tnXn
Let's just illustrate this with an example: take X=(0-110) ; then by the calculation from the last video, we get: ddtexp(t(0-110))=ddt(cost-sintsintcost)=(-sint-costcost-sint)
(4) follows from (3) by taking Y=-X : since X commutes with -X , we get exp(X)exp(-X)=exp(X-X)=exp(0)=I .
Finally, we will prove (3). Let's write out the product exp(X)exp(Y)=∑∞i=01i!Xi∑∞j=01j!Yj . We will do various manipulations which are justified by the absolute convergence claimed in part (1) of the Lemma. First, let's take all the summations outside: exp(X)exp(Y)=∞∑i=0∞∑j=01i!j!XiYj.
With this regrouping of terms, our infinite sum becomes ∞∑k=0k∑i=01i!(k-i)!XiYk-i.
The inner sum is a finite sum. It looks a lot like a binomial expansion, but not quite. To make it look more like a binomial expansion, we multiply the sum by k! and simultaneously divide it by k! (leaving the answer unchanged): ∞∑k=01k!k∑i=0k!i!(k-i)!XiYk-i.
To finish the proof, note that ∑∞k=01k!(X+Y)k equals exp(X+Y) by inspection.
We really need XY=YX . For example, (X+Y)2=X2+XY+YX+Y2≠X2+2XY+Y2 , unless XY=YX .
-
The double-sum rearrangement in the proof of 4 is called the Cauchy product formula, and works whenever you have absolutely convergent power series.