Practice Set-2
Section A — Eigenvalues & Eigenvectors
2×2 Matrices
-
Find the eigenvalues and eigenvectors of
\[
A = \begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix}.
\]
-
Compute eigenvalues and eigenvectors of
\[
B = \begin{bmatrix} 4 & -2 \\ 1 & 1 \end{bmatrix}.
\]
-
Find the characteristic polynomial and eigenvectors of
\[
C = \begin{bmatrix} 0 & 1 \\ -4 & -5 \end{bmatrix}.
\]
-
For
\[
D = \begin{bmatrix} 3 & 2 \\ 0 & 3 \end{bmatrix},
\]
determine eigenvalues and check if there are enough linearly independent eigenvectors.
-
Find eigenvalues and eigenvectors of
\[
E = \begin{bmatrix} 1 & 2 \\ 2 & 1 \end{bmatrix}.
\]
3×3 Matrices
-
Find eigenvalues and eigenvectors of
\[
F = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 1 \\ 0 & 0 & 2 \end{bmatrix}.
\]
-
Compute the eigenvalues and eigenvectors of
\[
G = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 3 & 4 \\ 0 & 0 & 3 \end{bmatrix}.
\]
-
Find the eigenvalues of
\[
H = \begin{bmatrix} 4 & 0 & 0 \\ 0 & 2 & 1 \\ 0 & 1 & 2 \end{bmatrix},
\]
and determine corresponding eigenvectors.
-
Find eigenvalues and eigenvectors of
\[
I = \begin{bmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0 \end{bmatrix}.
\]
-
Compute eigenvalues and eigenvectors of
\[
J = \begin{bmatrix} 2 & -1 & 0 \\ -1 & 2 & -1 \\ 0 & -1 & 2 \end{bmatrix}.
\]
Section B — Cayley–Hamilton Theorem
-
Verify Cayley–Hamilton theorem for
\[
A = \begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix}.
\]
-
Use Cayley–Hamilton theorem to compute \(A^3\) for
\[
A = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}.
\]
-
Use Cayley–Hamilton theorem to find \(A^{-1}\) for
\[
A = \begin{bmatrix} 3 & 2 \\ 1 & 1 \end{bmatrix}.
\]
-
Verify Cayley–Hamilton theorem for
\[
A = \begin{bmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ -6 & 11 & -6 \end{bmatrix}.
\]
-
Use Cayley–Hamilton theorem to compute \(A^4\) for
\[
A = \begin{bmatrix} 4 & 3 \\ 3 & 2 \end{bmatrix}.
\]
Section C — Diagonalization
-
Diagonalize
\[
A = \begin{bmatrix} 5 & 4 \\ 1 & 2 \end{bmatrix}.
\]
-
Find an invertible matrix \(P\) such that \(P^{-1}AP\) is diagonal for
\[
B = \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix}.
\]
-
Determine whether the matrix
\[
C = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}
\]
is diagonalizable. If yes, diagonalize it.
-
Diagonalize
\[
D = \begin{bmatrix} 6 & -2 \\ 2 & 3 \end{bmatrix}.
\]
-
Find the diagonal form of
\[
E = \begin{bmatrix} 2 & 1 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{bmatrix}.
\]