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×3 matrix and B is a matrix with ATB and BAT where both are well defined then find the order of the matrix B.
Solution
Use the knowledge of change in order of matrices in case of transpose or multiplication of matrices.
We know that any matrix A with order of m×n means , it has m rows and n columns. The transpose of A is defined as the matrix with a single right angle rotation denoted as AT . The order of AT will be n×m.
Complete step-by-step solution:
It is given that the order of matrix A is 2×3. So its transpose AT will be order 3×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 E is of order er×ec and the matrix Fis of order fr×fc, then they can only be multiplied if and only if ec=fr.
It is given in the question that ATB is well defined which implies that number of columns of AT is same as number of rows of B which is 2 as the order of AT is 3×2.
Similarly it also given that BAT is well defined which implies number of columns of B is same as number of rows of AT which is 3 as the order of AT is 3×2.
So we found that B has 2 rows and 3 columns. Hence the order of B is 2×3. $$$$
We can also take example A=1 3 5 246 then AT=1 2 3456 . As ATB is defined the number of rows of B is 2 and as BAT 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.