Home
Class 12
MATHS
Let A=[(2,4),(1,-3)] and B=[(1,-1,5),(0,...

Let `A=[(2,4),(1,-3)]` and `B=[(1,-1,5),(0,2,6)]`
(a) Find AB. (b) Is BA defined ? Justify your answer.

Text Solution

AI Generated Solution

The correct Answer is:
To solve the given problem, we will perform the following steps: ### Step 1: Find the product \( AB \) Given: - Matrix \( A = \begin{pmatrix} 2 & 4 \\ 1 & -3 \end{pmatrix} \) - Matrix \( B = \begin{pmatrix} 1 & -1 & 5 \\ 0 & 2 & 6 \end{pmatrix} \) To find the product \( AB \), we will use the formula for matrix multiplication, which involves taking the dot product of the rows of the first matrix with the columns of the second matrix. #### Calculation: 1. **First Row, First Column:** \[ (2 \times 1) + (4 \times 0) = 2 + 0 = 2 \] 2. **First Row, Second Column:** \[ (2 \times -1) + (4 \times 2) = -2 + 8 = 6 \] 3. **First Row, Third Column:** \[ (2 \times 5) + (4 \times 6) = 10 + 24 = 34 \] 4. **Second Row, First Column:** \[ (1 \times 1) + (-3 \times 0) = 1 + 0 = 1 \] 5. **Second Row, Second Column:** \[ (1 \times -1) + (-3 \times 2) = -1 - 6 = -7 \] 6. **Second Row, Third Column:** \[ (1 \times 5) + (-3 \times 6) = 5 - 18 = -13 \] Putting it all together, we have: \[ AB = \begin{pmatrix} 2 & 6 & 34 \\ 1 & -7 & -13 \end{pmatrix} \] ### Step 2: Check if \( BA \) is defined To check if \( BA \) is defined, we need to look at the dimensions of the matrices: - Matrix \( B \) is \( 2 \times 3 \) - Matrix \( A \) is \( 2 \times 2 \) For matrix multiplication \( BA \) to be defined, the number of columns in \( B \) must equal the number of rows in \( A \). #### Dimensions: - \( B \) has 3 columns. - \( A \) has 2 rows. Since the number of columns in \( B \) (3) does not equal the number of rows in \( A \) (2), the product \( BA \) is **not defined**. ### Final Answer: (a) \( AB = \begin{pmatrix} 2 & 6 & 34 \\ 1 & -7 & -13 \end{pmatrix} \) (b) \( BA \) is **not defined** because the number of columns in \( B \) (3) does not match the number of rows in \( A \) (2). ---
Promotional Banner

Topper's Solved these Questions

  • MATRICES

    MODERN PUBLICATION|Exercise Exercise 3 (d) Long Answer Type Questions I|28 Videos
  • MATRICES

    MODERN PUBLICATION|Exercise Exercise 3 (d) Long Answer Type Questions II|2 Videos
  • MATRICES

    MODERN PUBLICATION|Exercise Exercise 3 (c ) Long Answer Type Questions|3 Videos
  • LINEAR PROGRAMMING

    MODERN PUBLICATION|Exercise Chapter Test|12 Videos
  • PROBABILITY

    MODERN PUBLICATION|Exercise MOCK TEST SECTION D|6 Videos

Similar Questions

Explore conceptually related problems

Let, A=[(2,4),(3,2)],B=[(1,3),(-2,5)],C[(-2,5),(3,4)] Find BA

Let A=[(1,2,3),(2,3,4),(-1,1,2)] and B=[(0,2,-1),(0,3,4),(0,-2,-3)] Find AB and BA ?

If A=[{:(2,-1),(3,4),(1,5):}]" and "B=[{:(-1,3),(2,1):}] , find AB. Does BA exist?

If A=[[2,1,3],[4,1,0]] and B=[[1,-1],[0,2],[5,0]] find AB and BA.

If A=[(1,-2,3),(-4,2,5)] and B=[(2,3),(4,5),(2,1)] , find AB and BA and show that AB!=BA

Let A={:[(1,2),(3,4)]:},B={:[(-1,-2),(-4,-3)]:} , find AB and BA.

If A=[{:(5,4),(2,3):}]" and "B=[{:(3,5,1),(6,8,4):}] , find AB and BA whichever exists.

If A=[{:(2,3,-1),(1,4,2):}] and B=[{:(2,3),(4,5),(2,1):}] then AB and BA are defined and equal.

If A = [ ( 2,-1,1),(2,-3,5) ] , B = [(3,-3),(4,-1),(5,0)] , find AB.

If A = [(3,1),(5,2)] , and AB = BA = I, then find the matrix B.

MODERN PUBLICATION-MATRICES-Exercise 3 (d ) Short Answer Type Questions
  1. If P=[(0,1,0),(0,2,1),(2,3,0)],Q=[(1,2),(3,0),(4,1)], find PQ.

    Text Solution

    |

  2. If I is the identity matrix and A is a square matrix such that A...

    Text Solution

    |

  3. If A=[1 0-1 7] and I=[1 0 0 1] , then find k so that A^2=8A+k I

    Text Solution

    |

  4. if A=[{:(costheta,sin theta ),(-sin theta,costheta):}], then show that...

    Text Solution

    |

  5. If A=[(2,-3,1),(-2,3,4)] and B=[(2,5),(3,1),(4,2)], then Find AB

    Text Solution

    |

  6. If A=[(1,-2,3),(-4,2,5)] and B=[(2,3),(4,5),(2,1)], find AB and BA and...

    Text Solution

    |

  7. यदि A = [{:(5,-1),(6,7)]"ओर " B = [ {:(2,1),(3,4):}] तो सिद्ध कर...

    Text Solution

    |

  8. Evaluate the following : (i) [(4),(5)][7" "9]+[(4,0),(0,-5)] (ii)...

    Text Solution

    |

  9. If [ (2x, 3)] [(1,2),(-3,0)][(x),(8)]=0, find 'x'

    Text Solution

    |

  10. for what values of x: [1" "2" "1][{:(1,2,0),(2,0,1),(1,0,2):}][{:(...

    Text Solution

    |

  11. find x, if [x" "-5" "-1][{:(1,0,2),(0,2,1),(2,0,3):}][{:(x),(4),(1)...

    Text Solution

    |

  12. Find the values of 'a' and 'b' for which the following hold : [(3,2)...

    Text Solution

    |

  13. Let A=[(2,4),(1,-3)] and B=[(1,-1,5),(0,2,6)] (a) Find AB. (b) Is BA...

    Text Solution

    |

  14. If A=[(1,-2,3),(-4,2,5)] and B=[(2,3),(4,5),(2,1)], find AB and BA and...

    Text Solution

    |

  15. Show that AB = BA in each of the following cases: (i) A=[{:(costheta...

    Text Solution

    |

  16. show that (i) [{:(5,-1),(6,7):}][{:(2,1),(3,4):}]ne[{:(2,3),(3,4):}...

    Text Solution

    |

  17. Show with the help of an example that AB=O whereas BA!=O, where O is a...

    Text Solution

    |

  18. Give an example of three matrices A ,\ B ,\ C such that A B=A C but...

    Text Solution

    |

  19. If A=[(5,2),(-1,2)] and I=[(1,0),(0,1)] show that : (A-3I)(A-4I)=O

    Text Solution

    |

  20. If A=[(2,0,1),(2,1,3),(1,-1,0)], then find (A^(2)-5A)

    Text Solution

    |