Definition (The matrix exponential):
If M
is a square matrix then the
Here M0=I
.
If M
is a square matrix then the
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θ)
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).
Compute exp(0x00) and exp(0ac00b000) .