Matemática, perguntado por powerjames, 9 meses atrás

QUESTÃO-EFETUE A SOMA DAS MATRIZES
12
15
IN N
+
6
3​

Anexos:

Soluções para a tarefa

Respondido por Nasgovaskov
1

Explicação passo a passo:

Some os elementos de uma matriz com os respectivos elementos da outra matriz

\Rightarrow~\begin{bmatrix} 2&1 \\ 2&4 \end{bmatrix} + \begin{bmatrix} 5&1 \\ 1&3 \end{bmatrix}

\Rightarrow~\begin{bmatrix} (2+5)&(1+1) \\ (2+1)&(4+3) \end{bmatrix}

\Rightarrow~\begin{bmatrix} \mathbf{7}&\mathbf{2} \\ \mathbf{3}&\mathbf{7} \end{bmatrix}

Perguntas interessantes