Solveeit Logo

Question

Question: If A is \(2\times 3\) matrix and B is a matrix with \({{A}^{T}}B\) and \(B{{A}^{T}}\) where both are...

If A is 2×32\times 3 matrix and B is a matrix with ATB{{A}^{T}}B and BATB{{A}^{T}} where both are well defined then find the order of the matrix BB.

Explanation

Solution

Use the knowledge of change in order of matrices in case of transpose or multiplication of matrices.
We know that any matrix AA with order of m×nm\times n means , it has mm rows and nn columns. The transpose of AA is defined as the matrix with a single right angle rotation denoted as AT{{A}^{T}} . The order of AT{{A}^{T}} will be n×mn\times m.

Complete step-by-step solution:
It is given that the order of matrix AA is 2×32\times 3. So its transpose AT{{A}^{T}} will be order 3×23\times 2.
Again we know that two matrices can only multiplied if and only if number of columns of the first matrix is equal to the number of rows in second matrix.
For example if the matrix EE is of order er×ec{{e}_{r}}\times {{e}_{c}} and the matrix FFis of order fr×fc {{f}_{r}}\times {{f}_{c}}, then they can only be multiplied if and only if ec=fr{{e}_{c}}={{f}_{r}}.
It is given in the question that ATB{{A}^{T}}B is well defined which implies that number of columns of AT{{A}^{T}} is same as number of rows of BB which is 2 as the order of AT{{A}^{T}} is 3×23\times 2.
Similarly it also given that BATB{{A}^{T}} is well defined which implies number of columns of BB is same as number of rows of AT{{A}^{T}} which is 3 as the order of AT{{A}^{T}} is 3×23\times 2.
So we found that BB has 2 rows and 3 columns. Hence the order of BB is 2×32\times 3. $$$$
We can also take example A=[12 34 56 ]A=\left[ \begin{matrix} 1 & 2 \\\ 3 & 4 \\\ 5 & 6 \\\ \end{matrix} \right] then AT=[135 246 ]{{A}^{T}}=\left[ \begin{matrix} 1 & 3 & 5 \\\ 2 & 4 & 6 \\\ \end{matrix} \right] . As ATB{{A}^{T}}B is defined the number of rows of BB is 2 and as BATB{{A}^{T}} is defined the number of columns is 3.

Note: While solving this problem you need to carefully check the number of rows and columns to arrive at the correct result. And also take care of the fact that matrix multiplication is not commutative. The key concept to solve this problem is the condition for the multiplication of two matrices which needs to be fulfilled for existing multiplication.