Ed
há 6 meses
Para resolver a questão, precisamos calcular as matrizes A e B e, em seguida, somá-las para encontrar a matriz C. 1. Matriz A: - A matriz A é dada por \( a_{ij} = 3i + 4j \). - Para uma matriz 2x2, temos: - \( a_{11} = 3(1) + 4(1) = 3 + 4 = 7 \) - \( a_{12} = 3(1) + 4(2) = 3 + 8 = 11 \) - \( a_{21} = 3(2) + 4(1) = 6 + 4 = 10 \) - \( a_{22} = 3(2) + 4(2) = 6 + 8 = 14 \) Portanto, a matriz A é: \[ A = \begin{pmatrix} 7 & 11 \\ 10 & 14 \end{pmatrix} \] 2. Matriz B: - A matriz B é dada por \( b_{ij} = -4i - 3j \). - Para a matriz 2x2, temos: - \( b_{11} = -4(1) - 3(1) = -4 - 3 = -7 \) - \( b_{12} = -4(1) - 3(2) = -4 - 6 = -10 \) - \( b_{21} = -4(2) - 3(1) = -8 - 3 = -11 \) - \( b_{22} = -4(2) - 3(2) = -8 - 6 = -14 \) Portanto, a matriz B é: \[ B = \begin{pmatrix} -7 & -10 \\ -11 & -14 \end{pmatrix} \] 3. Matriz C: - Agora, somamos as matrizes A e B: \[ C = A + B = \begin{pmatrix} 7 & 11 \\ 10 & 14 \end{pmatrix} + \begin{pmatrix} -7 & -10 \\ -11 & -14 \end{pmatrix} = \begin{pmatrix} 7 - 7 & 11 - 10 \\ 10 - 11 & 14 - 14 \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \] Portanto, a matriz C é: \[ C = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \] A alternativa correta é: C = (0 1; -1 0).
Já tem uma conta?
Ao continuar, você aceita os Termos de Uso e Política de Privacidade
Ed
ano passado
Para calcular a matriz C = A + B, basta somar os elementos correspondentes de A e B. Dessa forma, a matriz C será: C = A + B C = [(3*1 + 4*1) + (-4*1 - 3*1)] [(3*1 + 4*2) + (-4*1 - 3*2)] C = (3 + 4) + (-4 - 3) (3 + 8) + (-4 - 6) C = 7 - 7 11 - 10 C = 0 -1 1 - 10 Portanto, a matriz C é: C = [0 -1] [1 -10]
Mais perguntas desse material