Ed
anteontem
Vamos analisar as afirmações sobre a matriz \( A = \begin{bmatrix} 3 & 1 \\ 0 & 2 \end{bmatrix} \): 1. Autovalores: Para encontrar os autovalores, precisamos resolver a equação característica \( \text{det}(\lambda I - A) = 0 \). \[ \lambda I - A = \begin{bmatrix} \lambda - 3 & -1 \\ 0 & \lambda - 2 \end{bmatrix} \] O determinante é: \[ \text{det}(\lambda I - A) = (\lambda - 3)(\lambda - 2) = 0 \] Portanto, os autovalores são \( \lambda_1 = 3 \) e \( \lambda_2 = 2 \). A afirmação I está correta. 2. Autovetores: - Para \( \lambda_1 = 3 \): \[ (A - 3I)v = 0 \Rightarrow \begin{bmatrix} 0 & 1 \\ 0 & -1 \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} = 0 \] Isso nos dá \( x_2 = 0 \), então um autovetor correspondente é \( v_1 = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \). A afirmação II está correta. - Para \( \lambda_2 = 2 \): \[ (A - 2I)v = 0 \Rightarrow \begin{bmatrix} 1 & 1 \\ 0 & 0 \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} = 0 \] Isso nos dá \( x_1 + x_2 = 0 \), ou seja, \( x_2 = -x_1 \). Um autovetor correspondente é \( v_2 = \begin{bmatrix} 1 \\ -1 \end{bmatrix} \), que não é igual ao que foi afirmado (que era \( \begin{bmatrix} 1 \\ 1 \end{bmatrix} \)). Portanto, a afirmação III está incorreta. Resumindo: - I está correta. - II está correta. - III está incorreta. A alternativa que contém todos os itens verdadeiros é: b) I, II e III.