What Is a Matrix Transpose?
A matrix transpose is a new matrix obtained by interchanging the rows and columns of the original matrix. The elements of the rows become the elements of the columns, and conversely, the elements of the columns become the elements of the rows.
If we have a matrix , then the transpose of matrix is usually denoted by or .
Formally, if matrix has an order of with elements (element in the -th row and -th column), then its transpose, , will have an order of with elements .
This means that the element in the -th row and -th column of is the same as the element in the -th row and -th column of .
How to Determine the Matrix Transpose
To obtain the matrix transpose, follow these steps:
- Write the first row of the original matrix as the first column of the transpose matrix.
- Write the second row of the original matrix as the second column of the transpose matrix.
- Continue this process for all rows in the original matrix.
General Matrix
Suppose we have matrix :
Then, the transpose of matrix is:
Notice how the first row becomes the first column , and the second row becomes the second column .
Matrix with Different Order
Given matrix with order :
The transpose of matrix , denoted , will have order :
- The first row of () becomes the first column of .
- The second row of () becomes the second column of .
Column Matrix to Row Matrix
If is a column matrix:
Then its transpose, , is a row matrix:
Transpose of a Square Matrix
Given a square matrix :
Then its transpose, , is also a square matrix:
Properties of Matrix Transpose
Some important properties of matrix transpose are:
- (The transpose of a transpose matrix is the matrix itself)
- (Transpose of the sum of two matrices)
- (Transpose of the subtraction of two matrices)
- , where is a scalar
- (Transpose of the product of two matrices, note the reversed order)
Exercises
Determine the transpose of the following matrices and state the type of the resulting matrix (e.g., row matrix, column matrix, square matrix).
Answer Key
-
is a column matrix.
-
is a rectangular matrix (horizontal matrix).
-
is a square matrix.