Show that A − AT is a Skew-Symmetric Matrix
Given:
\[ A = \begin{bmatrix} 3 & -4 \\ 1 & -1 \end{bmatrix} \]
Step 1: Find AT
\[ A^T = \begin{bmatrix} 3 & 1 \\ -4 & -1 \end{bmatrix} \]
Step 2: Compute A − AT
\[ A – A^T = \begin{bmatrix} 3 & -4 \\ 1 & -1 \end{bmatrix} – \begin{bmatrix} 3 & 1 \\ -4 & -1 \end{bmatrix} = \begin{bmatrix} 0 & -5 \\ 5 & 0 \end{bmatrix} \]
Step 3: Find Transpose of Result
\[ (A – A^T)^T = \begin{bmatrix} 0 & 5 \\ -5 & 0 \end{bmatrix} = – \begin{bmatrix} 0 & -5 \\ 5 & 0 \end{bmatrix} \]
Conclusion:
\[ (A – A^T)^T = -(A – A^T) \]
Hence, A − AT is a skew-symmetric matrix.