Question
Let A be a 6 × 5 matrix with entries in R and B be a 5 × 4 matrix with entries in R. Consider the following two statements.
P: For all such nonzero matrices A and B, there is a nonzero matrix Z such that AZB is the 6 × 4 zero matrix.
Q: For all such nonzero matrices A and B, there is a nonzero matrix Y such that BYA is the 5 × 5 zero matrix.
Which one of the following holds?
- Both P and Q are true
- P is true but Q is false
- P is false but Q is true
- Both P and Q are false
Answer: Both P and Q are true
Solution :-
Given that order of matrix A is 6×5 and order of matrix B is 5×4 and also in statement ‘P’ given that the order of AZB is 6×4. Then matrix multiplication AZB is possible only
if order of Z is 5×5. Because
So, order of Z is 5×5.
Here, in general we can observe that the order of A is n×(n-1) and the order of B is (n-1)×(n-2) and order of AZB is n×(n-2) then matrix multiplication AZB is possible only when the order of Z is (n-1)×(n-1).
Now, if statement P is true for lower order matrix then it is also true for the higher order matrices.
So, we have to prove this statement first for lower order and then it can be proved in the same manner for higher order.
Now, Let A is 3×2 order and B is 2×1 order matrices then Z is 2×2 order and AZB is 3×1 order matrices according to above observation.
Now, let Here, we are interested in finding the matrix which makes matrix zero matrix.
Now, solve this system of linear equation for
So, for finding solution of this system, the augmented matrix is
Applying
Applying
Applying
Applying
So,
and
Puting the value of in eq(4), we get
Hence,
Therefore, for any matrix and we find matrix which makes matrix AZB of order 3×1, zero matrix.
Let’s check whether it is true or not.
Therefore, this same process we can apply for the matrix A of order 6×5 and B of order 5×4 than we can find matrix Z of order 5×5 which makes AZB of order 6×4, zero matrix.
So, the statement ‘P’ is true.
In Short if A and B is matrix of any order and if matrix multiplication AZB or BZA is possible then there is matrix Z which makes AZB or BZA, zero matrix.
In same manner we can see that Statement ‘Q’ is also true.
Matrix multiplication BYA is possible only when order of Y is 4×6.
Here, .
Hence, matrix multiplication is possible then we can find matrix Y which makes BYA of zero matrix.
So, the correct answer is option-1, Both P and Q are true