Vyriešte akýkoľvek matematický problém
Rovnice, derivácie, integrály, matice, trojuholníky, prvočísla, štatistika - alebo slovný problém, ktorý učiteľ rozdelí na časti.
Eigenvalues of [[0,1],[1,0]]
\left[\begin{matrix}0 & 1\\1 & 0\end{matrix}\right]
Krok za krokom
- \det(A - \lambda I) = 0
Eigenvalues are the roots of the characteristic polynomial.
- \det\left[\begin{matrix}- \lambda & 1\\1 & - \lambda\end{matrix}\right] = 0
Subtract λ from the diagonal.
- \lambda^{2} - 1 = 0
Expand the determinant.
- \left(\lambda - 1\right) \left(\lambda + 1\right) = 0
Factor.
- \lambda = -1, \lambda = 1
Eigenvalues (with multiplicity).
- \lambda = -1:\ (A - \lambda I)\mathbf{v} = 0 \Rightarrow \mathbf{v} = \left[\begin{matrix}-1\\1\end{matrix}\right]
Solve (A − -1I)v = 0 for a basis eigenvector.
- \lambda = 1:\ (A - \lambda I)\mathbf{v} = 0 \Rightarrow \mathbf{v} = \left[\begin{matrix}1\\1\end{matrix}\right]
Solve (A − 1I)v = 0 for a basis eigenvector.
Odhaliť odpoveď
\lambda = -1,\; \lambda = 1