KnowledgeBoat Logo
|

Mathematics

Wherever possible, write each of the following as a single matrix.

(i) [1234]+[1217]\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} + \begin{bmatrix} -1 & -2 \ 1 & -7 \end{bmatrix}

(ii) [234567][023610]\begin{bmatrix} 2 & 3 & 4 \ 5 & 6 & 7 \end{bmatrix} - \begin{bmatrix} 0 & 2 & 3 \ 6 & -1 & 0 \end{bmatrix}

(iii) [012467]+[3468]\begin{bmatrix} 0 & 1 & 2 \ 4 & 6 & 7 \end{bmatrix} + \begin{bmatrix} 3 & 4 \ 6 & 8 \end{bmatrix}

Matrices

33 Likes

Answer

(i) Given,

[1234]+[1217][1+(1)2+(2)3+14+(7)][0043].\phantom{\Rightarrow} \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} + \begin{bmatrix} -1 & -2 \ 1 & -7 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 1 + (-1) & 2 + (-2) \ 3 + 1 & 4 + (-7) \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 0 & 0 \ 4 & -3 \end{bmatrix}.

Hence, resultant matrix = [0043]\begin{bmatrix} 0 & 0 \ 4 & -3 \end{bmatrix}.

(ii) Given,

[234567][023610][203243566(1)70][211177].\phantom{\Rightarrow} \begin{bmatrix} 2 & 3 & 4 \ 5 & 6 & 7 \end{bmatrix} - \begin{bmatrix} 0 & 2 & 3 \ 6 & -1 & 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2 - 0 & 3 - 2 & 4 - 3 \ 5 - 6 & 6 - (-1) & 7 - 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2 & 1 & 1 \ -1 & 7 & 7 \end{bmatrix}.

Hence, resultant matrix = [211177]\begin{bmatrix} 2 & 1 & 1 \ -1 & 7 & 7 \end{bmatrix}.

(iii) Given,

[012467]+[3468]\begin{bmatrix} 0 & 1 & 2 \ 4 & 6 & 7 \end{bmatrix} + \begin{bmatrix} 3 & 4 \ 6 & 8 \end{bmatrix}

The above calculation is not possible because for addition the order of both matrices must be equal.

Answered By

14 Likes


Related Questions