Ed
há 4 meses
Para resolver a questão, precisamos calcular a matriz \( P = M \cdot N + N \cdot M \). Primeiro, vamos calcular \( M \cdot N \): \[ M = \begin{bmatrix} 2 & -1 \\ 3 & 0 \end{bmatrix}, \quad N = \begin{bmatrix} 4 & 1 \\ 0 & 5 \end{bmatrix} \] Calculando \( M \cdot N \): \[ M \cdot N = \begin{bmatrix} 2 \cdot 4 + (-1) \cdot 0 & 2 \cdot 1 + (-1) \cdot 5 \\ 3 \cdot 4 + 0 \cdot 0 & 3 \cdot 1 + 0 \cdot 5 \end{bmatrix} = \begin{bmatrix} 8 & -3 \\ 12 & 3 \end{bmatrix} \] Agora, vamos calcular \( N \cdot M \): \[ N \cdot M = \begin{bmatrix} 4 & 1 \\ 0 & 5 \end{bmatrix} \cdot \begin{bmatrix} 2 & -1 \\ 3 & 0 \end{bmatrix} \] Calculando \( N \cdot M \): \[ N \cdot M = \begin{bmatrix} 4 \cdot 2 + 1 \cdot 3 & 4 \cdot (-1) + 1 \cdot 0 \\ 0 \cdot 2 + 5 \cdot 3 & 0 \cdot (-1) + 5 \cdot 0 \end{bmatrix} = \begin{bmatrix} 8 + 3 & -4 \\ 15 & 0 \end{bmatrix} = \begin{bmatrix} 11 & -4 \\ 15 & 0 \end{bmatrix} \] Agora, somamos as duas matrizes: \[ P = M \cdot N + N \cdot M = \begin{bmatrix} 8 & -3 \\ 12 & 3 \end{bmatrix} + \begin{bmatrix} 11 & -4 \\ 15 & 0 \end{bmatrix} = \begin{bmatrix} 19 & -7 \\ 27 & 3 \end{bmatrix} \] Agora, precisamos encontrar o menor elemento da matriz \( P \): Os elementos de \( P \) são: 19, -7, 27, e 3. O menor elemento é -7. Portanto, a resposta correta é: e. -7.
Já tem uma conta?
Ao continuar, você aceita os Termos de Uso e Política de Privacidade
Ed
ano passado
Para encontrar o menor elemento da matriz P, que é dada por P = M.N + N.M, primeiro precisamos realizar as operações de multiplicação de matrizes. Dadas as matrizes M e N: M = \[\begin{matrix} 2 & -1 \\ 3 & -1 \end{matrix}\] N = \[\begin{matrix} 4 & 10 \\ 5 & 0 \end{matrix}\] Vamos calcular M.N: M.N = \[\begin{matrix} 2 & -1 \\ 3 & -1 \end{matrix}\] * \[\begin{matrix} 4 & 10 \\ 5 & 0 \end{matrix}\] = \[\begin{matrix} 2*4 + (-1)*5 & 2*10 + (-1)*0 \\ 3*4 + (-1)*5 & 3*10 + (-1)*0 \end{matrix}\] = \[\begin{matrix} 3 & 20 \\ 7 & 30 \end{matrix}\] Agora, vamos calcular N.M: N.M = \[\begin{matrix} 4 & 10 \\ 5 & 0 \end{matrix}\] * \[\begin{matrix} 2 & -1 \\ 3 & -1 \end{matrix}\] = \[\begin{matrix} 4*2 + 10*3 & 4*(-1) + 10*(-1) \\ 5*2 + 0*3 & 5*(-1) + 0*(-1) \end{matrix}\] = \[\begin{matrix} 32 & -14 \\ 10 & -5 \end{matrix}\] Agora, somamos as matrizes M.N e N.M: P = \[\begin{matrix} 3 & 20 \\ 7 & 30 \end{matrix}\] + \[\begin{matrix} 32 & -14 \\ 10 & -5 \end{matrix}\] = \[\begin{matrix} 35 & 6 \\ 17 & 25 \end{matrix}\] O menor elemento da matriz P é -14, que corresponde à opção: b. -1.
Mais perguntas desse material