Eigenvalue Calculation for \(\lambda = 9\)
Repeat the process for the eigenvalue \(\lambda = 9\). We set up the augmented matrix \((A - 9I|0)\):
\[\begin{bmatrix} -4 & 2 & 2 & 0 \\ 2 & -4 & 2 & 0 \\ 2 & 2 & -4 & 0 \end{bmatrix} \sim \dots \sim \begin{bmatrix} 1 & 0 & -1 & 0 \\ 0 & 1 & -1 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix}\]
From the row-reduced echelon form, we find the corresponding eigenvector:
\(\text{eigenvector } \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}\)
Diagonalization Matrices
Constructing the matrix of eigenvectors \(P\) and the diagonal matrix of eigenvalues \(D\):
\[P = \begin{bmatrix} -1 & -1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 1 \end{bmatrix}, \quad D = \begin{bmatrix} 3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 9 \end{bmatrix}\]
The inverse of matrix \(P\) is calculated as:
\[P^{-1} = \begin{bmatrix} -1/3 & 2/3 & -1/3 \\ -1/3 & -1/3 & 2/3 \\ 1/3 & 1/3 & 1/3 \end{bmatrix}\]
Matrix Decomposition
The original matrix \(A\) can be expressed through the diagonalization formula \(A = PDP^{-1}\):
\[A = \begin{bmatrix} 5 & 2 & 2 \\ 2 & 5 & 2 \\ 2 & 2 & 5 \end{bmatrix} = \underbrace{\begin{bmatrix} -1 & -1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 1 \end{bmatrix}}_{P} \underbrace{\begin{bmatrix} 3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 9 \end{bmatrix}}_{D} \underbrace{\begin{bmatrix} -1/3 & 2/3 & -1/3 \\ -1/3 & -1/3 & 2/3 \\ 1/3 & 1/3 & 1/3 \end{bmatrix}}_{P^{-1}}\]