The matrix exponential

The matrix exponential function

Definition (The matrix exponential):

If M is a square matrix then the exponential of M is defined to be exp(M)=I+M+12M2+13!M3+=n=01n!Mn.

Here M0=I .

Example:

Let M=(0-θθ0) . We'll compute exp(M) . First let's compute the powers of M :

  • M2=(-θ200-θ2)=-θ2I ,

  • M3=(0θ3-θ30) ,

  • M4=(M2)2=θ4I .

  • M5=θ4M , etc

so we end up with: exp(M)=(1-θ22+θ44!--θ+13!θ2-θ-13!θ3+1-12θ2+14!θ4-)=(cosθ-sinθsinθcosθ)

where we have just observed that the power series in each entries are the Taylor series of cos and sin.

Remark:

This is the 2-by-2 matrix that gives you a rotation by an angle θ . You should imagine that, as in this example, the exponential map "eats" a very simple matrix (like an n -by-n antisymmetric matrix) and outputs a much more complicated and useful matrix (like an n -by-n rotation matrix).

Pre-class exercise

Exercise:

Compute exp(0x00) and exp(0ac00b000) .