Diagonalization of Matrix
Diagonalization of a 2×2 Matrix using Similarity Transformation
Method: Choose eigenvectors as columns of \(S\), then compute \(D = S^{-1}AS\) (equivalently \(A = SDS^{-1}\)).
We will diagonalize \(A\) using \(D=S^{-1}AS\), where \(S\) is formed from eigenvectors.
Find the eigenvalues
Characteristic equation: \(\det(A-\lambda I)=0\)
Find the eigenvectors
For \(\lambda=6\)
Solve \((A-6I)\begin{pmatrix}x\\y\end{pmatrix}=0\):
Choose \(y=1\Rightarrow x=4\):
For \(\lambda=1\)
Solve \((A-I)\begin{pmatrix}x\\y\end{pmatrix}=0\):
Choose \(y=1\Rightarrow x=-1\):
Form the similarity matrix \(S\) and find \(S^{-1}\)
Put eigenvectors as columns (order matched with eigenvalues \(6,1\)):
Check determinant:
Therefore \(S\) is invertible and diagonalization is possible.
Inverse of a \(2\times2\) matrix:
So,
Compute the diagonal matrix \(D=S^{-1}AS\)
Since columns of \(S\) are eigenvectors, \(S^{-1}AS\) becomes a diagonal matrix with eigenvalues on the diagonal:
Diagonalization statement:
Final answers: eigenvalues \(6\) and \(1\); diagonal matrix \(D=\mathrm{diag}(6,1)\).
Comments
Post a Comment