Proof That M − Mᵀ Is Skew-Symmetric for a Real 3 × 3 Matrix
This proof demonstrates that subtracting the transpose of any real 3 × 3 matrix from the original matrix produces a 3 × 3 skew-symmetric matrix. Construction Let M = ( a b c d e f g h i ) Its transpose is M T = ( a d g b e h c f i ) Subtracting the transpose from the original matrix gives K = M − M T = ( 0 b − d c − g d − b 0 f − h g − c h − f 0 ) ...