与えられた行列 $\begin{pmatrix} 7 & 4 \\ 4 & 7 \end{pmatrix}$ の固有値のうち、大きい方の値を求めます。代数学線形代数固有値行列2025/7/211. 問題の内容与えられた行列 (7447)\begin{pmatrix} 7 & 4 \\ 4 & 7 \end{pmatrix}(7447) の固有値のうち、大きい方の値を求めます。2. 解き方の手順まず、与えられた行列を AAA とします。A=(7447)A = \begin{pmatrix} 7 & 4 \\ 4 & 7 \end{pmatrix}A=(7447)次に、固有方程式を立てます。固有方程式は、det(A−λI)=0\det(A - \lambda I) = 0det(A−λI)=0 で与えられます。ここで、λ\lambdaλ は固有値、 III は単位行列です。したがって、det((7447)−λ(1001))=0\det\left(\begin{pmatrix} 7 & 4 \\ 4 & 7 \end{pmatrix} - \lambda \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\right) = 0det((7447)−λ(1001))=0det(7−λ447−λ)=0\det \begin{pmatrix} 7-\lambda & 4 \\ 4 & 7-\lambda \end{pmatrix} = 0det(7−λ447−λ)=0(7−λ)2−42=0(7-\lambda)^2 - 4^2 = 0(7−λ)2−42=0(7−λ)2=16(7-\lambda)^2 = 16(7−λ)2=167−λ=±47-\lambda = \pm 47−λ=±4したがって、λ=7±4\lambda = 7 \pm 4λ=7±4 となり、固有値は λ1=7+4=11\lambda_1 = 7+4 = 11λ1=7+4=11 と λ2=7−4=3\lambda_2 = 7-4 = 3λ2=7−4=3 です。固有値の大きい方は11です。3. 最終的な答え11