This matrix has a special structure worth recognizing: it is a $2\times2$ symmetric matrix with equal diagonal entries, of the form $\begin{pmatrix} a & b \\ b & a \end{pmatrix}$ with $a = 1$ and $b = 2$. Matrices of this exact shape always have the same pair of eigenvectors, $(1, 1)$ and $(1, -1)$, no matter what $a$ and $b$ are, so there is no need to solve the full characteristic equation from scratch.
For this pattern, the eigenvector $(1, 1)$ corresponds to eigenvalue $a + b$, and the eigenvector $(1, -1)$ corresponds to eigenvalue $a - b$. Check this directly: multiplying $\begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix}$ by $(1, 1)$ gives $(3, 3) = 3(1,1)$, so eigenvalue $3$ goes with $(1,1)$. Multiplying by $(1, -1)$ gives $(-1, 1) = -1(1,-1)$, so eigenvalue $-1$ goes with $(1, -1)$.
Comparing the two eigenvalues, $3$ and $-1$, the smallest one is $\lambda = -1$, which pairs with the eigenvector direction $(1, -1)$ (or any scalar multiple of it, such as $(2, -2)$).
The question's eigenvector is $(2, a)$, which must be a scalar multiple of $(1, -1)$. Since the first component $2$ is twice $1$, the second component must also be twice $-1$:
\[ a = 2 \times (-1) = -2 \]Let's summarize:
The value of $a$ is $-2$.
For the matrix, $A = \begin{bmatrix} -4 & 0 \\ -1.6 & 4 \end{bmatrix}$, the eigenvalues ($\lambda$) and eigenvectors ($X$) respectively are:
Consider the following matrix: \[ \begin{pmatrix} 0 & 1 & 1 & 1 \\ 1 & 0 & 1 & 1 \\ 1 & 1 & 0 & 1 \\ 1 & 1 & 1 & 0 \end{pmatrix} \] The largest eigenvalue of the above matrix is \(\underline{\hspace{2cm}}\).