This lesson works through the "sure questions" on symmetric and skew-symmetric matrices: a short proof that a skew-symmetric matrix has zeros all down its diagonal, the result that every square matrix splits into a symmetric and a skew-symmetric part, and a worked example carrying out that split.
Diagonal entries of a skew-symmetric matrix are zero
Let A=[aij] be a square matrix that is skew-symmetric, which means AT=−A. Entry by entry this says:
aij=−ajifor all i,j.
Now look at a diagonal entry by setting i=j:
aii=−aii⟹aii+aii=0⟹2aii=0⟹aii=0.
Since this holds for every i, all of the diagonal entries a11,a22,a33,… are zero. So a skew-symmetric matrix always has a zero diagonal.
Any square matrix as a symmetric plus skew-symmetric sum
Let A be any square matrix. We claim it can be written as
A=21(A+AT)+21(A−AT).
Expanding the right side, the 21AT terms cancel and the two 21A terms add, leaving A, so the identity holds.
The first part is symmetric. Because (A+AT)T=AT+A=A+AT, the matrix A+AT equals its own transpose, and so does 21(A+AT).
The second part is skew-symmetric. Because (A−AT)T=AT−A=−(A−AT), the matrix A−AT is the negative of its transpose, and so is 21(A−AT).
Writing P=21(A+AT) and Q=21(A−AT), we have A=P+Q with P symmetric and Q skew-symmetric.
Worked example: setting up A and its transpose
Express A=[3151] as the sum of a symmetric and a skew-symmetric matrix.
First write the transpose by interchanging rows and columns:
AT=[3511].
Building the symmetric part P
Add A and AT, then halve:
A+AT=[6662],P=21[6662]=[3331].
Checking, PT=[3331]=P, so P is symmetric.
Building the skew-symmetric part Q
Subtract AT from A, then halve:
A−AT=[0−440],Q=21[0−440]=[0−220].
Checking, QT=[02−20]=−Q, so Q is skew-symmetric.
Checking that P plus Q recovers A
Adding the two parts back together:
P+Q=[3331]+[0−220]=[3151]=A.
So A=P+Q=21(A+AT)+21(A−AT), as required.
Key takeaways
- A skew-symmetric matrix satisfies AT=−A, which forces every diagonal entry to be zero.
- For any square matrix, 21(A+AT) is symmetric and 21(A−AT) is skew-symmetric.
- Every square matrix is the sum of these two parts, A=21(A+AT)+21(A−AT), and adding them back recovers the original matrix.