Home
Class 12
MATHS
If A=[(0,1,2),(2,3,4),(4,5,6)],B=[(1,0,0...

If `A=[(0,1,2),(2,3,4),(4,5,6)],B=[(1,0,0),(0,1,0),(0,0,01)]` then `3A-4B=`

A

`[(-4,3,6),(6,5,12),(12,15,14)]`

B

`[(0,1,2),(2,3,4),(4,5,6)]`

C

`[(-4,6,3),(6,5,12),(12,15,14)]`

D

`[(-4,3,6),(6,15,12),(12,5,14)]`

Text Solution

AI Generated Solution

The correct Answer is:
To solve the problem \(3A - 4B\) where \(A = \begin{pmatrix} 0 & 1 & 2 \\ 2 & 3 & 4 \\ 4 & 5 & 6 \end{pmatrix}\) and \(B = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}\), we will follow these steps: ### Step 1: Calculate \(3A\) To find \(3A\), we multiply each element of matrix \(A\) by 3. \[ A = \begin{pmatrix} 0 & 1 & 2 \\ 2 & 3 & 4 \\ 4 & 5 & 6 \end{pmatrix} \] Calculating \(3A\): \[ 3A = 3 \times \begin{pmatrix} 0 & 1 & 2 \\ 2 & 3 & 4 \\ 4 & 5 & 6 \end{pmatrix} = \begin{pmatrix} 3 \times 0 & 3 \times 1 & 3 \times 2 \\ 3 \times 2 & 3 \times 3 & 3 \times 4 \\ 3 \times 4 & 3 \times 5 & 3 \times 6 \end{pmatrix} \] Calculating each element: \[ 3A = \begin{pmatrix} 0 & 3 & 6 \\ 6 & 9 & 12 \\ 12 & 15 & 18 \end{pmatrix} \] ### Step 2: Calculate \(4B\) Next, we calculate \(4B\) by multiplying each element of matrix \(B\) by 4. \[ B = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} \] Calculating \(4B\): \[ 4B = 4 \times \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 4 \times 1 & 4 \times 0 & 4 \times 0 \\ 4 \times 0 & 4 \times 1 & 4 \times 0 \\ 4 \times 0 & 4 \times 0 & 4 \times 1 \end{pmatrix} \] Calculating each element: \[ 4B = \begin{pmatrix} 4 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 4 \end{pmatrix} \] ### Step 3: Calculate \(3A - 4B\) Now we subtract \(4B\) from \(3A\): \[ 3A - 4B = \begin{pmatrix} 0 & 3 & 6 \\ 6 & 9 & 12 \\ 12 & 15 & 18 \end{pmatrix} - \begin{pmatrix} 4 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 4 \end{pmatrix} \] Subtracting corresponding elements: \[ = \begin{pmatrix} 0 - 4 & 3 - 0 & 6 - 0 \\ 6 - 0 & 9 - 4 & 12 - 0 \\ 12 - 0 & 15 - 0 & 18 - 4 \end{pmatrix} \] Calculating each element: \[ = \begin{pmatrix} -4 & 3 & 6 \\ 6 & 5 & 12 \\ 12 & 15 & 14 \end{pmatrix} \] ### Final Answer Thus, the result of \(3A - 4B\) is: \[ \begin{pmatrix} -4 & 3 & 6 \\ 6 & 5 & 12 \\ 12 & 15 & 14 \end{pmatrix} \]
Doubtnut Promotions Banner Mobile Dark
|

Topper's Solved these Questions

  • MATRICES

    ML KHANNA|Exercise PROBLEM SET(1) (ASSERTION /REASON)|3 Videos
  • MATRICES

    ML KHANNA|Exercise PROBLEM SET(1) (TRUE AND FALSE)|9 Videos
  • MATRICES

    ML KHANNA|Exercise EXAMPLE|4 Videos
  • MATHEMATICAL REASONING

    ML KHANNA|Exercise PROBLEM SET (2) ASSERTION/REASON|3 Videos
  • MAXIMA AND MINIMA

    ML KHANNA|Exercise MISCELANEOUS EXERCISE (COMPREHENSION)|3 Videos

Similar Questions

Explore conceptually related problems

If A+B=[(1,0,2),(2,2,2),(1,1,2)] and A-B=[(1,4,4),(4,2,0),(-1,1,2)] then A=[(1,2,3),(3,2,1),(0,0,2)] and B=[(0,-2,-1),(-1,0,1),(1,1,0)]

If A=[(1,3,0),(-1,2,1),(0,0,2)],B=[(2,3,4),(1,2,3),(-1,1,2)] then AB=……………

Knowledge Check

  • If A = [(0,1,I2),(1,2,3),(2,3,4)] and B = [(1,-2),(-1,0),(2,-1)] , then AB is

    A
    `[(3,-2),(5,-5),(7,-8)]`
    B
    `[(3,5,7),(-2,-5,-8)]`
    C
    `[(1,2),(3,4),(5,6)]`
    D
    None
  • If A=[(1,-1,0),(2,3,4),(0,1,2)] and B=[(2,2,-4),(-4,2,-4),(2,-1,5)] , then :

    A
    `A^(-1) = B`
    B
    `A^(-1)= 6B`
    C
    `B^(-1) = B`
    D
    `B^(-1)=1/6A`
  • If A={:[(3,2,7),(1,1,4),(-1,-1,0)]:},B={:[(1,0,3),(2,1,0),(0,-1,-3)]:}andC{:[(1,0,0),(0,1,0),(0,0,1)]:} , then find 2A+3B-7C.

    A
    `{:[(2,4,23),(8,0,8),(-2,-5,16)]:}`
    B
    `{:[(2,4,23),(8,-2,8),(-2,-5,-16)]:}`
    C
    `{:[(2,4,23),(8,-2,-8),(-2,5,-16)]:}`
    D
    `{:[(2,4,2-3),(8,-2,8),(-2,-5,16)]:}`
  • Similar Questions

    Explore conceptually related problems

    If A=[(1,-1,0),(2,3,4),(0,1,2)] and B =[(2,2,-4),(-4,2,-4),(2,-1,5)] , then :

    If A=[(2,3,4),(-3,0,2)], B=[(3,-4,-5),(1,2,1)], C=[(5,-1,0),(7,0,3)], then find A+B+C.

    If A=[(3,9,0),(1,8,-2),(7,5,4)], B=[(4,0,2),(7,1,4),(2,2,6)] , verify that 3(A+B)=3A+3B .

    If A=|[1,0,1],[0,1,2],[0,0,4]| then |3A|

    If A=[(2,1,3),(4,1,0)] and B=[(1,-1),(0,2),(5,0)] , then AB will be