
0:00 / 0:00
Matrix Transpose
The transpose of matrix , denoted by , is obtained by changing its columns into rows (and vice-versa).
Example
In general:
In other words, entry in will become entry in
Wize Concept
If is of size , then will be of size (swap the dimensions!)
Properties of the Transpose
Let and be matrices, and let .

0:00 / 0:00
Symmetric Matrices
A matrix is symmetric if .
That is, a symmetric matrix is equal to its own transpose.
Wize Tip
Only square matrices can be symmetric.
Think of the main diagonal as the line of symmetry.
Example
The matrix is symmetric:
Skew-Symmetric Matrix
A matrix is skew-symmetric if (the transpose is equal to the negative of the matrix).
Wize Tip
Only square matrices can be skew-symmetric.
Every entry on the main diagonal must be 0.
Example
The matrix is skew-symmetric:
Notice that :

0:00 / 0:00
Example: Matrix Transpose
Transpose the matrix , and find the product .
Determine whether is symmetric, skew-symmetric, or neither.
Since this matrix is symmetric across the main diagonal, and since the transpose is equal to itself, is symmetric.
Note: , so given any matrix , is always symmetric.
Mark Yourself Question
- Grab a piece of paper and try this problem yourself.
- When you're done, check the "I have answered this question" box below.
- View the solution and report whether you got it right or wrong.
Prove that for any square matrix , the matrix is skew-symmetric.
Given and , find the following entries.