Question
Question: If A is \(3\times 4\) matrix and B is a matrix such that A’B and B’A are both defined, then order of...
If A is 3×4 matrix and B is a matrix such that A’B and B’A are both defined, then order of B is
A. 4×4
B. 3×3
C. 3×4
D. 4×3
Solution
Hint: Let there be matrix X and Y.
X=[xij]m×n, 1≤i≤m, 1≤j≤nY=[yij]p×q, 1≤i≤p, 1≤j≤q
Complete step-by-step answer:
Here, m is the number of rows and n is the number of columns in matrix X respectively . Similarly, p is the number of rows and q is the number of columns in the matrix Y. So, two matrices X and Y can be multiplied as XY if the number of columns of X is equal to the number of rows of Y. That is n=p.
Mathematically,
Number of columns ofX = Number of rows of Y
that is n=p
So, XY=x11 ⋮ xm1 …⋱⋯x1n⋮xmn×y11 ⋮ yn1 …⋱⋯y1q⋮ynq
So, here, n=p
X′ of a matrix is the transpose of matrixX
So, if X=x11 ⋮ xm1 …⋱⋯x1n⋮xmn
Then, X′=XT=X=x11 ⋮ xm1 …⋱⋯x1n⋮xmnTm×n=x11 ⋮ x1n …⋱⋯xm1⋮xnmn×m
So, clearly we can see the order reverses after the transpose of a matrix.
So, for A=[aij]3×4, 1≤i≤3, 1≤j≤4
A′=[aji]4×3, 1≤j≤4, 1≤i≤3
So, order ofA′is4×3 and forB=[bij]m×n, 1≤i≤m, 1≤j≤n
B′=[bji]n×m, 1≤j≤n, 1≤i≤m
Now, for A′B, number of columns of A′ = number of rows ofB ⇒3=m
Also, for B′A to be defined number of columns of B′=number of rows ofA ⇒m=3
For both cases to be defined, m equal number of rows of B should be 3 and n can be any number. So, it can be 3 and 4 both. So, following that the order of B could be 3×3 or 3×4 respectively.
So, the correct option is option B and option C.
Note: A′ is the transpose of matrix A. One may not consider it inverse of A unless specified so. Also, if A′B exists then B′A also exists automatically because,
(A′B)′=B′(A′)′=B′A ( General property of matrices)
So, in simple terms if matrix A exists then its transpose also exists.