ଯେକୌଣସି ଗଣିତ ସମସ୍ୟାକୁ ସମାଧାନ କରନ୍ତୁ
ସମୀକରଣ, ଆଧାର, ସମଷ୍ଟି, ମେଟ୍ରିକ, ତ୍ରିଭୁଜ, ପ୍ରାଥମିକ ସଂଖ୍ଯା, ପରିସଂଖ୍ଯାନ - କିମ୍ବା ଗୋଟିଏ ଶବ୍ଦ ସମସ୍ୟା ଯାହାକି ଶିକ୍ଷକ ଅଂଶଗୁଡ଼ିକରେ ଭାଙ୍ଗିଥାଏ।
Eigenvalues of [[3,1],[1,3]]
\left[\begin{matrix}3 & 1\\1 & 3\end{matrix}\right]
ପଦକ୍ଷେପ କ୍ରମେ
- \det(A - \lambda I) = 0
Eigenvalues are the roots of the characteristic polynomial.
- \det\left[\begin{matrix}3 - \lambda & 1\\1 & 3 - \lambda\end{matrix}\right] = 0
Subtract λ from the diagonal.
- \lambda^{2} - 6 \lambda + 8 = 0
Expand the determinant.
- \left(\lambda - 4\right) \left(\lambda - 2\right) = 0
Factor.
- \lambda = 4, \lambda = 2
Eigenvalues (with multiplicity).
- \lambda = 2:\ (A - \lambda I)\mathbf{v} = 0 \Rightarrow \mathbf{v} = \left[\begin{matrix}-1\\1\end{matrix}\right]
Solve (A − 2I)v = 0 for a basis eigenvector.
- \lambda = 4:\ (A - \lambda I)\mathbf{v} = 0 \Rightarrow \mathbf{v} = \left[\begin{matrix}1\\1\end{matrix}\right]
Solve (A − 4I)v = 0 for a basis eigenvector.
ଉତ୍ତରକୁ ଖୋଲନ୍ତୁ
\lambda = 4,\; \lambda = 2