KnowledgeBoat Logo
|

Mathematics

The additive inverse of matrix A + B, where

A = [4272] and B=[2134]\begin{bmatrix}[r] 4 & 2 \ 7 & -2 \end{bmatrix} \text{ and } B = \begin{bmatrix}[r] -2 & 1 \ 3 & -4 \end{bmatrix} is :

  1. [23106]\begin{bmatrix}[r] -2 & -3 \ -10 & 6 \end{bmatrix}

  2. [23106]\begin{bmatrix}[r] 2 & 3 \ -10 & -6 \end{bmatrix}

  3. [23106]\begin{bmatrix}[r] -2 & -3 \ -10 & -6 \end{bmatrix}

  4. [23106]\begin{bmatrix}[r] -2 & 3 \ 10 & -6 \end{bmatrix}

Matrices

13 Likes

Answer

Additive inverse of a matrix M is given by -M.

So, additive inverse of (A + B) = -(A + B).

Substituting values we get :

(A+B)=([4272]+[2134])=([4+(2)2+17+32+(4)])=([23106])=[23106]\Rightarrow -(A + B) = -\Big(\begin{bmatrix}[r] 4 & 2 \ 7 & -2 \end{bmatrix} + \begin{bmatrix}[r] -2 & 1 \ 3 & -4 \end{bmatrix}\Big) \\[1em] = -\Big(\begin{bmatrix}[r] 4 + (-2) & 2 + 1 \ 7 + 3 & -2 + (-4) \end{bmatrix}\Big) \\[1em] = -\Big(\begin{bmatrix}[r] 2 & 3 \ 10 & -6 \end{bmatrix}\Big) \\[1em] = \begin{bmatrix}[r] -2 & -3 \ -10 & 6 \end{bmatrix}

Hence, Option 1 is the correct option.

Answered By

5 Likes


Related Questions