Skip to main contentSkip to solution

The difference of two different skew-symmetric matrices is:

Solution

Correct Option: 4

A matrix is skew-symmetric if AT=AA^T = -A (the transpose equals the negative of the original matrix).

For example, if A=[0220]A = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}, then AT=[0220]=AA^T = \begin{bmatrix} 0 & -2 \\ 2 & 0 \end{bmatrix} = -A

Diagonal elements are always zero, and elements flip signs across the diagonal.


Let AA and BB be two skew-symmetric matrices where AT=AA^T = -A and BT=BB^T = -B.

Let C=ABC = A - B

Taking the transpose:

CT=(AB)TC^T = (A - B)^T

CT=ATBTC^T = A^T - B^T

CT=(A)(B)C^T = (-A) - (-B)

CT=A+BC^T = -A + B

CT=(AB)C^T = -(A - B)

CT=CC^T = -C

This shows CC is skew-symmetric.


The difference of two different skew-symmetric matrices is a skew-symmetric matrix.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question