The Rodrigues rotation formula gives the exponential of a skew-symmetric matrix in three dimensions, and the exponential of a skew-symmetric matrix in two dimensions is given by Euler's formula. Is there a general formula (or set of formulas) for the exponential of a skew-symmetric matrix in any dimension?
2026-03-25 23:38:12.1774481892
The exponential of a skew-symmetric matrix in any dimension.
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATRICES
- How to prove the following equality with matrix norm?
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Powers of a simple matrix and Catalan numbers
- Gradient of Cost Function To Find Matrix Factorization
- Particular commutator matrix is strictly lower triangular, or at least annihilates last base vector
- Inverse of a triangular-by-block $3 \times 3$ matrix
- Form square matrix out of a non square matrix to calculate determinant
- Extending a linear action to monomials of higher degree
- Eiegenspectrum on subtracting a diagonal matrix
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
Related Questions in MATRIX-EXPONENTIAL
- Computing the logarithm of an exponentiated matrix?
- proof of $e^{(A+B)t}=e^{At}e^{Bt}$
- Exponentiation in tensor product of Hilbert spaces
- Matrix exponentiation for given recurrence relation
- Some questions about a $3 \times 3 $ real skew-symmetric matrix
- Solving non-homogeneous matrix exponential problem
- Show that $\exp: \mathfrak h \to \mathfrak H$ is a bijection.
- Matrix exponential, containing a thermal state
- The exponential function and one-parameter subgroups
- Finding the solution to a non-homogeneous matrix exponential.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The spectral decomposition of any skew-symmetric matrix $A$ is given by $A=U Q U^\dagger$ where $U$ is unitary and \begin{align*} Q=\begin{bmatrix} 0 & \lambda_1 & \\ -\lambda_1 & 0 & \\ & & 0 & \lambda_2\\ & & -\lambda_2 &0\\ & & & & \ddots\\ & & & & & 0 & \lambda_r\\ & & & & & -\lambda_r & 0\\ & & & & & & & 0\\ & & & & & & & &\ddots\\ & & & & & & & & & 0 \end{bmatrix} \end{align*} where I don't put all the $0$s for visibility's sake.
The exponential of a matrix is defined as the extension of the tailor expansion (up to convergence matter you will need to take care of), hence \begin{align*} e^A = \sum_{n=0}^\infty \frac{1}{n!} A^n \end{align*}
and since $U$ is unitary, $A^n = U Q U^\dagger \dots U Q U^\dagger=U Q^n U^\dagger$ so we aim to get an expression for $Q^n$, this is not trivial but the right way to go is to compute it for several $n$ and try to see a pattern and then prove the pattern is right. It is easy to prove by induction that for any $k\in\mathbb N$ \begin{align*} Q^{2k} &= \begin{bmatrix} (-1)^k\lambda_1^{2k} & & \\ & (-1)^k\lambda_1^{2k} & \\ & & (-1)^k\lambda_2^{2k} & \\ & & & (-1)^k\lambda_2^{2k}\\ & & & & \ddots\\ & & & & & (-1)^k\lambda_r^{2k}\\ & & & & & & (-1)^k\lambda_r^{2k}\\ & & & & & & & 0\\ & & & & & & & &\ddots\\ & & & & & & & & & 0 \end{bmatrix}\\ Q^{2k+1} &=\begin{bmatrix} 0 & (-1)^k\lambda_1^{2k+1} & \\ -(-1)^k\lambda_1^{2k+1} & 0 & \\ & & \ddots\\ & & & 0 & (-1)^k\lambda_r^{2k+1}\\ & & & -(-1)^k\lambda_r^{2k+1} & 0\\ & & & & & 0\\ & & & & & &\ddots\\ & & & & & & & 0 \end{bmatrix} \end{align*} For this proof the base case would be $Q^0=I$ and $Q$ then you do induction on $k$.
We had \begin{align*} e^A &= \sum_{n=0}^\infty \frac{1}{n!} A^n\\ &= \sum_{n=0}^\infty \frac{1}{n!} U Q^n U^\dagger\\ &= U \left( \sum_{n=0}^\infty \frac{1}{n!} Q^n \right) U^\dagger \end{align*} and by plugin in the $Q^n$ we had, we get that the diagonal terms will be of the form $\sum_{k=0}^\infty \frac{1}{(2k)!} (-1)^k \lambda_p^{2k}=\cos(\lambda_p)$ and the other elements are of the form $\pm \sum_{k=0}^\infty \frac{1}{(2k+1)!} (-1)^k \lambda_p^{2k+1}=\pm \sin(\lambda_p)$ hence \begin{align*} e^A = U e^Q U^\dagger \end{align*} with \begin{align*} e^Q = \begin{bmatrix} \cos(\lambda_1) & \sin(\lambda_1) & \\ -\sin(\lambda_1) & \cos(\lambda_1) & \\ & & \cos(\lambda_2) & \sin(\lambda_2)\\ & & -\sin(\lambda_2) &\cos(\lambda_2)\\ & & & & \ddots\\ & & & & & \cos(\lambda_r) & \sin(\lambda_r)\\ & & & & & -\sin(\lambda_r) & \cos(\lambda_r)\\ & & & & & & & 1\\ & & & & & & & &\ddots\\ & & & & & & & & & 1 \end{bmatrix} \end{align*}
So an algorithmic way to find the exponential of your matrix is finding the spectral decomposition and then applying the last formula.