What is the exponential for the matrix

87 Views Asked by At

What is the exponential for the matrix

$$ \begin{pmatrix} 0 & -x & 0 \\ x & 0 & 0 \\ 0 & 0 & 0 \\ \end{pmatrix} $$

Is it $$ \begin{pmatrix} \cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1 \\ \end{pmatrix} $$

1

There are 1 best solutions below

0
On

Hint: Exponential of a matrix is defined using Taylor series, viz $$e^A=I+A+\frac12A^2+...=\sum_{n=1}\frac1{n!}A^n$$