Prove A – A^T is Skew-Symmetric

Prove that A − AT is Skew-Symmetric

Given:

\[ A = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} \]

Step 1: Find AT

\[ A^T = \begin{bmatrix} 2 & 4 \\ 3 & 5 \end{bmatrix} \]

Step 2: Compute A − AT

\[ A – A^T = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} – \begin{bmatrix} 2 & 4 \\ 3 & 5 \end{bmatrix} = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \]

Step 3: Find Transpose of Result

\[ (A – A^T)^T = \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix} = – \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \]

Conclusion:

\[ (A – A^T)^T = -(A – A^T) \]

Hence, A − AT is a skew-symmetric matrix.

Next Question / Full Exercise

Spread the love

Leave a Comment

Your email address will not be published. Required fields are marked *