Question 5.2.3: Let A = [ 0 1 1 1 0 1 1 1 0] and B = [ -1 1 0 0 -1 1 0 0 2 ]...

Let
A = \begin{bmatrix} 0&1&1 \\1&0&1 \\ 1&1&0 \end{bmatrix} and B = \begin{bmatrix} -1&1&0 \\0&-1&1 \\ 0&0&2 \end{bmatrix}

Show that A is diagonalizable but that B is not diagonalizable.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

To find the eigenvalues of A, we solve the characteristic equation
det(A − λI) = det \begin{vmatrix} −λ& 1 &1\\1 &−λ& 1\\1& 1& −λ \end{vmatrix} = −(λ + 1)² (λ − 2) = 0
Thus, the eigenvalues of A are \lambda _{1} = −1, with algebraic multiplicity 2, and \lambda _{2} = 2, with algebraic multiplicity 1. To find the eigenvectors, we find the null space of A − λI for each eigenvalue. For \lambda _{1} = −1 we reduce the matrix

\begin{bmatrix} 1&1&1 \\1&1&1 \\ 1&1&1 \end{bmatrix}       to     \begin{bmatrix} 1&1&1 \\0&0&0\\ 0&0&0 \end{bmatrix}

Hence,
N(A + I) = span \left\{\begin{bmatrix} -1 \\ 1 \\0 \end{bmatrix}, \begin{bmatrix} -1 \\ 0 \\1 \end{bmatrix} \right\}

In a similar manner we find
N(A − 2I) = span \left\{\begin{bmatrix} 1 \\ 1 \\1 \end{bmatrix} \right\}

Since the three vectors \begin{bmatrix} -1 \\ 1 \\0 \end{bmatrix} , \begin{bmatrix} -1 \\ 0 \\1 \end{bmatrix}  and \begin{bmatrix} 1 \\ 1 \\1 \end{bmatrix} are linearly independent, by Theorem 2 the matrix A is diagonalizable.
Using the same approach, we find that B has the same characteristic polynomial and hence the same eigenvalues. However, in this case

N(B + I) = span \left\{\begin{bmatrix} 1 \\ 0 \\0 \end{bmatrix} \right\}      and     N(B −2I) =span \left\{\begin{bmatrix} 1 \\ 3 \\9 \end{bmatrix} \right\}

Since B does not have three linearly independent eigenvectors, by Theorem 2, B is not diagonalizable

Related Answered Questions

Question: 5.1.3

Verified Answer:

The characteristic equation of A is det(A −...
Question: 5.2.5

Verified Answer:

The characteristic equation for A is det(A − λI) =...
Question: 5.2.4

Verified Answer:

Recall that the matrix A is symmetric if and only ...
Question: 5.2.2

Verified Answer:

Since A is a triangular matrix, by Proposition 1 o...
Question: 5.2.1

Verified Answer:

The inverse matrix is given by P^{-1}= \beg...