Learn the concept of transpose and matrix similarity easily and completely. Find example questions and complete discussions to help you master class 11 mathematics material
A matrix is ββan arrangement of numbers arranged in rows and columns. Operations on matrices, such as addition, subtraction, multiplication, etc., have special rules.
Previously we learned about matrix concepts and typesβ . This time we will discuss transpose and similarity matrices.
1. Transpose Matrix (Transpose Matrix)
The transpose of a matrix of order is a new matrix of order which is obtained by swapping row elements into column elements and vice versa.
The transpose of a matrix is denoted by
For more clarity, look at the image below:
Example:
If , then .
Properties of Matrix Transpose:
- , where is a constant
2. Similarity of Two Matrices
Definition
Two matrices and are said to be equal if and only if:
- The orders of matrices and are the same.
- The elements in the matrices and are the same.
Example:
Matrix and are the same matrix.
Sample Question
Given the matrix and . Determine:
- Is the same as ?
If is a matrix of order , determine the order of .
Problem Solving
Known matrix:
Asked:
- Is the same as ?
Solution βοΈ
Finding and
To find the transpose, we convert rows into columns and vice versa.
Finding
First, we add the matrices and :
Then, we find the transpose of the addition result:
Checking if is equal to
Two matrices are said to be the same if their order and elements are the same. We see that the matrices and have the same order, namely . However, the elements are not all the same. So, is not the same as .
If is a matrix of order , determine the order of .
Solution βοΈ
If the matrix has 3 rows and 2 columns, then when it is transposed, the rows and columns will swap. So, the matrix will have 2 rows and 3 columns.
So, the order of is .
Extra Practice Questions
Given the matrix:
- $A = \begin{bmatrix}
1 & -2 & 3 \\
4 & 0 & -5 \end{bmatrix}$ - $B = \begin{bmatrix}
2 & 1 \\
-1 & 3 \\
0 & 2 \end{bmatrix}$
Determine:
- (note: the addition operation A + B cannot be performed because the order of the matrices is different)
- (if AB matrix multiplication can be performed)
- $A = \begin{bmatrix}
1 & -2 & 3 \\
Given the matrix and . If , determine the values ββof and .
Prove that for every square matrix , holds.
Given the matrix . If , what kind of matrix is ββcalled a symmetric matrix? Give an example of a symmetric matrix of order .
Given the matrix . If , what kind of matrix is ββcalled a skew-symmetric matrix? Give an example of a skew-symmetric matrix of order .
