Question
Question: If \[A\] is \[3 \times 4\] matrix and \[{B^T}\] is matrix such that \[{A^T}B\] and \[B{A^T}\] are bo...
If A is 3×4 matrix and BT is matrix such that ATB and BAT are both defined, then B is of the type.
A) 3×4
B) 3×3
C) 4×3
D) 4×4
Solution
Just as with adding matrices, the sizes of the matrices matter when we are multiplying. For matrix multiplication to work, the columns of the second matrix have to have the same number of entries as do the rows of the first matrix.
The transpose of a certain matrix is its number of rows are interchanged to number of columns and number of columns are interchanged to number of rows.
We are going to use the above two concepts to solve the problem.
Complete step-by-step answer:
We have been given that the matrix A is 3×4.
So, this implies AT is 4×3.
Here number of columns of AT= 3
Here number of rows of AT= 4
Now for matrix product AB between matrices A and B is defined only if the number of columns in A equals the number of rows in B
We will assume, the B matrix be P × Q with P be number of rows and Q is number of columns
Since ATB is defined, so number of columns of AT must be equal to number of rows of B,
therefore, P = 3.
Also, BAT is defined, so the number of columns of B must be equal to number of rows of AT,
then Q = 4.
Therefore, matrix B is 3×4.
So, the order of the matrix BT is 4×3.
So, option (C) is the correct answer.
Note: When you are noting number of columns and rows of the matrix AT then you should take into consideration the number rows and columns of the matrix AT and not the numbers of rows and columns of the matrix A.