Question 5.2.5: Let A = [ 1 2 0 3 ] and P = [ 1 1 1 2] Verify that the matri...

Let
A = \begin{bmatrix} 1 &2 \\ 0 &3  \end{bmatrix}  and P = \begin{bmatrix} 1&1 \\1&2  \end{bmatrix}

Verify that the matrices A and B = P^{-1} AP have the same eigenvalues.

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.

The characteristic equation for A is
det(A − λI) = (1 − λ)(3 − λ) = 0
so the eigenvalues of A are \lambda _{1} = 1   and  \lambda _{2} = 3.  Since

B = P^{-1} AP = \begin{bmatrix} 2 &-1 \\ -1 &1  \end{bmatrix}\begin{bmatrix} 1 &2 \\ 0 &3  \end{bmatrix}\begin{bmatrix} 1 &1 \\ 1 &2 \end{bmatrix}=\begin{bmatrix} 3 &4 \\ 0 &1  \end{bmatrix}

the characteristic equation for B is
det(B − λI) = (1 − λ)(3 − λ) = 0
and hence, the eigenvalues of B are also \lambda _{1} = 1   and   \lambda _{2} = 3.

Related Answered Questions

Question: 5.1.3

Verified Answer:

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

Verified Answer:

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

Verified Answer:

To find the eigenvalues of A, we solve the charact...
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...