A skew-symmetric matrix A is a square matrix whose transpose equals its negative, i,e.
The main use case is it can simplify the Cross Product between two matrix into dot product.
Proof
Let’s assume and
Search
Feb 02, 2024, 1 min read
A skew-symmetric matrix A is a square matrix whose transpose equals its negative, i,e. AT=−A
The main use case is it can simplify the Cross Product between two matrix into dot product.
Let’s assume a=[a1a2a3]T and b=[b1b2b3]T