The Foundation
The Reversal Law
Before we touch the options, we must anchor ourselves in the Reversal Law. In scalar arithmetic, ab=ba. But in the matrix world, order is everything.
The Reversal Law states that for any two matrices
A and
B, the transpose of their product is the product of their transposes in reverse order:
(AB)T=BTAT
This is not just a rule; it is a geometric necessity. When you transpose a product, you are essentially flipping the entire operation, which forces the matrices to swap their positions. This law is the key to unlocking every single option in this problem.
Analyzing Option A
The Symmetry of NTMN
Let us define a matrix
X=NTMN. To determine if it is symmetric or skew-symmetric, we take its transpose:
XT=(NTMN)T
Applying the Reversal Law, we get:
XT=NTMT(NT)T
Since the transpose of a transpose is the original matrix,
(NT)T=N. Thus, we arrive at:
XT=NTMTN
Now, consider the two cases. If M is symmetric, MT=M, so XT=NTMN=X. If M is skew-symmetric, MT=−M, so XT=NT(−M)N=−X. The nature of X is perfectly mirrored by the nature of M. Option A is correct.
Analyzing Option B
The Skew-Symmetry of MN−NM
Now, consider
Y=MN−NM, where
M and
N are symmetric. Taking the transpose:
YT=(MN)T−(NM)T
Using the Reversal Law, we get:
YT=NTMT−MTNT
Since
M and
N are symmetric,
MT=M and
NT=N, so:
YT=NM−MN
Factoring out the negative sign, we get YT=−(MN−NM)=−Y. This is the definition of a skew-symmetric matrix. Option B is correct.
The Trap of Commutativity
Option C
Here is where the JEE examiners love to set a trap. Option C claims that
MN is symmetric if
M and
N are symmetric. Let us test this:
(MN)T=NTMT=NM
For MN to be symmetric, we need (MN)T=MN, which implies NM=MN. But we know that matrix multiplication is not commutative in general. Unless M and N commute, MN is not necessarily symmetric. This statement is incorrect.
The Adjoint Mystery
Option D
Finally, let us look at the adjoint property. The adjoint of a product follows the same Reversal Law as the transpose and the inverse:
adj(MN)=adj(N)adj(M)
The statement in Option D claims (adj M)(adj N)=adj(MN). This is only true if the adjoints commute, which is not guaranteed. Therefore, this statement is also incorrect.
Conclusion
The Takeaway
We have successfully navigated the traps. The key takeaways are:
1. Matrix multiplication is not commutative (
$MN
eq NM$).
2. The Reversal Law is universal for transposes, inverses, and adjoints:
(AB)T=BTAT,(AB)−1=B−1A−1,andadj(AB)=adj(B)adj(A)
By keeping these principles in mind, you can dismantle any matrix problem with confidence. Keep practicing, and keep falling in love with the logic!