All Exams Test series for 1 year @ ₹349 only
Question

If \(A = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&3\\ 3&4 \end{array}} \right)\) and \(B = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&1 \end{array}} \right),\)  then which one of the following is correct?

This question was previously asked in
NDA II 2019 GAT Previous Year Paper (17-Nov-2019)
The correct answer is

AB exists but BA does not exist

Understanding Matrix Product Existence

This question asks us to determine whether the matrix products AB and BA exist, given the matrices A and B. The existence of a matrix product depends on the dimensions of the matrices being multiplied.

Analyzing Matrix Dimensions

First, let's identify the dimensions of the given matrices:

  • Matrix \(A = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&3\\ 3&4 \end{array}} \right)\) has 3 rows and 2 columns. So, the dimension of matrix A is \(3 \times 2\).
  • Matrix \(B = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&1 \end{array}} \right)\) has 2 rows and 2 columns. So, the dimension of matrix B is \(2 \times 2\).

Condition for Matrix Multiplication

For the product of two matrices, say C and D, to exist (i.e., CD exists), the number of columns in the first matrix (C) must be equal to the number of rows in the second matrix (D).

If matrix C has dimensions \(m \times n\) and matrix D has dimensions \(p \times q\), the product CD exists only if \(n = p\). If it exists, the resulting matrix CD will have dimensions \(m \times q\).

Checking the Existence of AB

To check if the product AB exists, we look at the dimensions of A and B in that order:

  • Dimension of A is \(3 \times 2\). Number of columns in A is 2.
  • Dimension of B is \(2 \times 2\). Number of rows in B is 2.

Since the number of columns in A (2) is equal to the number of rows in B (2), the matrix product AB exists. The dimension of the resulting matrix AB would be \(3 \times 2\).

Checking the Existence of BA

To check if the product BA exists, we look at the dimensions of B and A in that order:

  • Dimension of B is \(2 \times 2\). Number of columns in B is 2.
  • Dimension of A is \(3 \times 2\). Number of rows in A is 3.

Since the number of columns in B (2) is not equal to the number of rows in A (3), the matrix product BA does not exist.

Conclusion on Matrix Products AB and BA

Based on the analysis of the dimensions, we found that:

  • The product AB exists.
  • The product BA does not exist.

Therefore, the correct statement is that AB exists but BA does not exist.

Comparing with the Options

Let's compare our findings with the given options:

  1. Both AB and BA exist - Incorrect, as BA does not exist.
  2. Neither AB nor BA exists - Incorrect, as AB exists.
  3. AB exists but BA does not exist - Correct, this matches our finding.
  4. AB does not exist but BA exists - Incorrect, as AB exists and BA does not exist.

The option that correctly describes the existence of the matrix products AB and BA is "AB exists but BA does not exist".

Revision Table: Matrix Multiplication Condition

Product First Matrix Dimension Second Matrix Dimension Condition for Existence Resulting Dimension (if exists)
CD \(m \times n\) \(p \times q\) Number of columns in C = Number of rows in D (\(n = p\)) \(m \times q\)
AB A (\(3 \times 2\)) B (\(2 \times 2\)) Columns of A (2) = Rows of B (2)? Yes. \(3 \times 2\)
BA B (\(2 \times 2\)) A (\(3 \times 2\)) Columns of B (2) = Rows of A (3)? No. Does not exist

Additional Information on Matrix Multiplication

Matrix multiplication is generally not commutative. This means that for two matrices A and B, even if both AB and BA exist, they are usually not equal (i.e., AB \(\neq\) BA). In this specific problem, we see an extreme case where one product (AB) exists, but the other (BA) doesn't exist at all, further highlighting the non-commutative nature of matrix multiplication.

Understanding matrix dimensions and the condition for multiplication is fundamental in linear algebra. It allows us to determine when matrix operations are valid and predict the size of the resulting matrices.

Was this answer helpful?

Similar Questions

  1. If \({\rm{E}}\left( {\rm{\theta }} \right) = \left[ {\begin{array}{*{20}{c}} {\cos {\rm{\theta }}}&{\sin {\rm{\theta }}}\\ { - \sin {\rm{\theta \;}}}&{\cos {\rm{\theta }}} \end{array}} \right]\) then E(α) E(β) is equal to

  2. Consider the following in respect of matrices A, B and C of same order:

    1) (A + B + C)' = A' + B’ + C’

    2) (AB)’ = A’B’

    3) (ABC)’ = C’B’A’

    Where A’ is the transpose of the matrix A.

    Which of the above are correct?
  3. If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&0&{ - 2}\\ 2&{ - 3}&4 \end{array}} \right]\) , then the matrix X for which 2X + 3A = 0 holds true is

  4. Let \(A = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)  and (mI + nA) 2= A where m, n are positive real numbers and I is the identify matrix. What is (m + n) equal to?

  5. Let \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right],\;\rm B = \left[ {\begin{array}{*{20}{c}} 2\\ { - 1} \end{array}} \right]\)  and \(\rm C = \left[ {\begin{array}{*{20}{c}} 3\\ 2 \end{array}} \right]\) . If AB = C, then what is the value of the determinant of the matrix A?

  6. If \(A = \left[ {\begin{array}{c} 1&{ - 1}\\ { - 1}&1 \end{array}} \right],\) then the expression A 3- 2A 2is

  7. A square matrix A is called orthogonal if_______ where A’ is the transpose of A.

  8. Consider the following in respect of matrices A and B of same order:

    1) A 2– B 2= (A + B) (A – B)

    2) (A – I) (I + A) = O ⇔ A 2= I

    Where I is the identity matrix and O is the null matrix.

    Which of the above is/are correct?
  9. If A is a 2 × 3 matrix and AB is a 2 × 5 matrix, then B must be a

  10. If \(A = \left( {\begin{array}{} 1&2\\ 2&3 \end{array}} \right)\) and A 2– kA – I 2= 0, where I 2is the 2 × 2 identity matrix, then what is the value of k?


Important Questions from Operations on Matrices

  1. The adjoint of matrix \(\left[ {\begin{array}{*{20}{c}} a&b\\ c&d \end{array}} \right]\)is

  2. If \({\rm{E}}\left( {\rm{\theta }} \right) = \left[ {\begin{array}{*{20}{c}} {\cos {\rm{\theta }}}&{\sin {\rm{\theta }}}\\ { - \sin {\rm{\theta \;}}}&{\cos {\rm{\theta }}} \end{array}} \right]\) then E(α) E(β) is equal to

  3. Consider the following in respect of matrices A, B and C of same order:

    1) (A + B + C)' = A' + B’ + C’

    2) (AB)’ = A’B’

    3) (ABC)’ = C’B’A’

    Where A’ is the transpose of the matrix A.

    Which of the above are correct?
  4. If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&0&{ - 2}\\ 2&{ - 3}&4 \end{array}} \right]\) , then the matrix X for which 2X + 3A = 0 holds true is

  5. Find a matrix X such that 2A + B + X = 0 , where

    \(A=\begin{bmatrix} -1 & 2 \\\ 3 & 4 \end{bmatrix} \ \text{and} \;\rm B =\ \begin{bmatrix} 3 & -2 \\\ 1 & 5 \end{bmatrix} \ ?\)

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1057 Attempts
4.6(136)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App