Prove that if $A$ is an $n\times n$ matrix, then $A - A^T$ is a skew-symmetric matrix.
Thank you!
Prove that if $A$ is an $n\times n$ matrix, then $A - A^T$ is a skew-symmetric matrix.
Thank you!
Skew symmetric means that $A^t = -A$. So in your case $$(A - A^t)^t = A^t - (A^t)^t = A^t - A = -(A - A^t)$$ since the operation of transposition is linear and involutory.