Ed
ano passado
Vamos analisar cada uma das afirmativas sobre a matriz \( A = \begin{pmatrix} 1 & 2 & 0 \\ 2 & 0 & 3 \\ 0 & 3 & 1 \end{pmatrix} \): I) A transposta da matriz A é tal que \( A^T = A \). Para verificar se a matriz é simétrica, precisamos calcular a transposta. A transposta de \( A \) é: \[ A^T = \begin{pmatrix} 1 & 2 & 0 \\ 2 & 0 & 3 \\ 0 & 3 & 1 \end{pmatrix}^T = \begin{pmatrix} 1 & 2 & 0 \\ 2 & 0 & 3 \\ 0 & 3 & 1 \end{pmatrix} \] Como \( A^T \neq A \), essa afirmativa é falsa (F). II) A matriz \( B = A^2 \) é tal que \( B^T = B \). Primeiro, precisamos calcular \( A^2 \): \[ A^2 = A \cdot A = \begin{pmatrix} 1 & 2 & 0 \\ 2 & 0 & 3 \\ 0 & 3 & 1 \end{pmatrix} \cdot \begin{pmatrix} 1 & 2 & 0 \\ 2 & 0 & 3 \\ 0 & 3 & 1 \end{pmatrix} = \begin{pmatrix} 5 & 10 & 6 \\ 6 & 12 & 9 \\ 6 & 9 & 10 \end{pmatrix} \] Agora, vamos verificar se \( B^T = B \): \[ B^T = \begin{pmatrix} 5 & 6 & 6 \\ 10 & 12 & 9 \\ 6 & 9 & 10 \end{pmatrix} \] Como \( B^T \neq B \), essa afirmativa também é falsa (F). III) A matriz A não é invertível, pois \( \text{det}(A) = 0 \). Vamos calcular o determinante de \( A \): \[ \text{det}(A) = 1 \cdot (0 \cdot 1 - 3 \cdot 3) - 2 \cdot (2 \cdot 1 - 3 \cdot 0) + 0 \cdot (2 \cdot 3 - 0 \cdot 0) = 1 \cdot (0 - 9) - 2 \cdot 2 + 0 = -9 - 4 = -13 \] Como \( \text{det}(A) \neq 0 \), essa afirmativa é falsa (F). Portanto, a sequência correta é: F - F - F. A alternativa correta é a letra B: F - F - V.
Cadastre-se ou realize login
Ed
há 2 anos
Vamos analisar cada afirmativa: I) A transposta da matriz A é tal que At=A. - Esta afirmativa está correta. A transposta da matriz A é a matriz obtida trocando as linhas pelas colunas. Portanto, At=A é verdadeira. II) A matriz B=A^2 é tal que Bt=B. - Esta afirmativa está incorreta. A transposta de uma matriz resultante da multiplicação de outra matriz por ela mesma não necessariamente é igual à matriz original. Portanto, Bt=B é falsa. III) A matriz A não é invertível, pois det(A)=0. - Esta afirmativa está correta. Uma matriz é invertível se e somente se seu determinante é diferente de zero. Como det(A)=0, a matriz A não é invertível. Portanto, a sequência correta é V-F-V, correspondente à alternativa D.