Question
Question: For \(3 \times 3\)matrices \(M\) and \(N\), which of the following statement(s) is (are) NOT correct...
For 3×3matrices M and N, which of the following statement(s) is (are) NOT correct?
A. NTMN is symmetric or skew-symmetric, according to as M is symmetric or skew-symmetric.
B. MN−NM is skew-symmetric for all symmetric matrices M and N
C. MN is symmetric for all symmetric matrices M and N
D. (adjM)(adjN)=adj(MN) for all invertible matrices M and N
Solution
To solve this problem we need to have a basic knowledge about matrices. Just a few concepts regarding matrices are required such as transpose of a matrix, adjoint of a matrix, symmetric matrices and skew-symmetric matrices. If the transpose of a matrix is the same as the original matrix, it is a symmetric matrix, but whereas if it is the same as the negative of the original matrix, then it is a skew-symmetric matrix.
Complete step-by-step solution:
A matrix is a symmetric if, let suppose a matrix of named B. So matrix B is symmetric when:
⇒BT=B
That is, if the transpose of the matrix B is equal to the matrix B, then the matrix B is symmetric.
The matrix is said to be skew-symmetric, if:
⇒BT=−B
If the transpose of the matrix B is equal to the negative of matrix B, then the matrix B is skew-symmetric.
Given that there are two matrices named M and N. Both the matrices M and N are 3×3 matrices.
Now we have to check every option whether it is true.
A. To check whether NTMN is symmetric or skew-symmetric, given M is symmetric or skew-symmetric.
Now first we find the transpose of NTMN, as given below:
⇒(NTMN)T=NTMT(NT)T
⇒(NTMN)T=NTMN
As given M is symmetric matrix, hence MT=M
∴(NTMN)T=NTMN
Thus NTMN is symmetric, so the first option is correct.
B. To check whether MN−NM is skew-symmetric given thatM and N are symmetric matrices.
Now first we find the transpose of MN−NM, as given below:
⇒(MN−NM)T=(MN)T−(NM)T
⇒(MN−NM)T=NTMT−MTNT
On simplifying the above expression, as given below:
⇒(MN−NM)T=NM−MN
⇒(MN−NM)T=−(MN−NM)
Which means that MN−NM is a skew-symmetric matrix.
Hence the second option is also correct.
C. MN is symmetric given the matrices Mand Nare symmetric.
⇒(MN)T=NTMT
⇒(MN)T=NM=MN
∴(MN)T=MN
Thus MN is not symmetric.
Hence the third option is not correct.
D. (adjM)(adjN)=adj(MN) for all invertible matrices M and N
Here we know that the adjoint matrix of MN is given below:
⇒adj(MN)=(adjN)(adjM)
But (adjMN)=(adjM)(adjN)
Option A and B are the correct options.
Note: Here while solving the transpose of a product of two matrices named A and B, which is given by (AB)T, it is given by the product of the transpose of the matrix B first and then the transpose of the matrix A, which is given by (AB)T=BTAT. This case is similar while finding the adjoint of a product of two matrices which is given by (adjAB)=(adjB)(adjA).