Skew-Symmetric Matrix
A square matrix is skew-symmetric (or antisymmetric) if its transpose is its negative:
In terms of its entries , this means for all .
Properties
- Zero Diagonal: The diagonal elements of a skew-symmetric matrix must be zero, as .
- Quadratic Form: For any vector , the quadratic form associated with a skew-symmetric matrix is zero:
- Eigenvalues: The eigenvalues of a real skew-symmetric matrix are either zero or purely imaginary.
- Trace: The trace of a skew-symmetric matrix is always zero.
- Lie Algebra: The set of all skew-symmetric matrices forms the Lie algebra of the orthogonal group and the special orthogonal group .
3D Case: The Hat Map
In 3D Euclidean Space, there is a one-to-one correspondence between vectors in and skew-symmetric matrices. For a vector , we define the hat map as:
It can also be denoted as .
Relation to Cross Product
The skew-symmetric matrix represents the cross product operation with . For any vector :
Application in Rigid Body Dynamics
In rigid body dynamics, skew-symmetric matrices are used to represent angular velocity. If is a rotation matrix, then its derivative satisfies:
where is the spatial angular velocity and is the body angular velocity. The matrix is always skew-symmetric.
Theorem (Skew-Symmetric Transpose Multiplication)
Let be a vector in and be the corresponding skew-symmetric matrix. Then:
Proof:
First, recall that . Thus, .
We compute by direct matrix multiplication:
Note that . We can rewrite the diagonal elements as
and so on:
Therefore, .