How can one prove that if $B$ is an $n\times n$ matrix, then the matrix $B-B^T$ ($B$ minus its transpose) is skew-symmetric?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
The transpose has the following properties: $$(A + B)^T = A^T + B^T$$ $$(A^T)^T = A$$ Hence $$(B - B^T)^T = B^T - (B^T)^T = B^T - B = -(B - B^T)$$ So $B - B^T$ is skew-symmetric by definition. To prove the above properties of the transpose simply consider the entries of the matrices. We have $$(A+B)^T_{ij} = (A+B)_{ji} = A_{ji} + B_{ji} = A^T_{ij} + B^T_{ij}$$ and $$(A^T)^T_{ij} = (A^T)_{ji} = A_{ij}$$ |
|||
|
|
|
The wiki tells me that $(A+B)^\intercal = A^\intercal + B^\intercal$. Use this property of the transpose and use the definition of skew symmetric and see whether you can show the required property. |
|||
|
|