Analyzing the Commutativity Condition
We are given two 3×3 matrices, M and N, such that MN=NM. This commutativity is our most powerful tool, allowing us to treat these matrices with the same algebraic grace we apply to scalar variables.
We begin with the given condition:
M2=N4
This can be rewritten as:
M2−(N2)2=0
Factoring the Matrix Expression
Because
M and
N commute, it follows that
M and
N2 also commute. This allows us to factor the expression using the difference of squares identity:
(M−N2)(M+N2)=0
We are given the constraint that $M
eq N^2$. Therefore, the matrix (M−N2) is not the zero matrix.
Evaluating the Determinant
In matrix algebra, the product of two non-zero matrices can result in the zero matrix if the matrices are singular. This implies that the determinant of the second factor must be zero:
det(M+N2)=0
Now, consider the expression
M2+MN2. We can factor this as:
M2+MN2=M(M+N2)
Taking the determinant of this product, we apply the property
det(AB)=det(A)⋅det(B):
det(M2+MN2)=det(M)⋅det(M+N2)
Since
det(M+N2)=0, the entire product is zero:
det(M2+MN2)=0
Conclusion
This result confirms that the matrix
M2+MN2 is singular. Consequently, there exists a non-zero vector
X such that:
(M2+MN2)X=0
This confirms that the matrix is not invertible, which is the core requirement for Option A. The existence of such a vector X further allows for the construction of a matrix U to satisfy the conditions described in Option B.