Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

The matrices $A=\begin{pmatrix}5 & -3 \\ 4 & -2\end{pmatrix}$ and $B=\begin{pmatrix}-1 & 1\\-6 & 4\end{pmatrix}$ are similar. By knowing that similar matrices have the same eigenvalues, find a matrix $T$ such that $A=TBT^{-1}.$

any idea or proof is welcome :) thanks .

$\endgroup$ 4

1 Answer

$\begingroup$

Evaluate $\,A'$s eigenvalues:

$$p_A(t):=\det(tI-A)=\left|\begin{array}{}t-5&\;\;\;3\\-4&t+2\end{array}\right|=t^2-3t+2=(t-2)(t-1)$$

Thus, the eigenvalues of $\,A\,$ are $\,1,2\,$. Find now one eigenvector for each eigenvalue:

$$(i)\;\;t=1:\;\;\;\;\;\;-4x+3y=0\Longleftrightarrow y=\frac{4}{3}x\Longrightarrow \binom{3}{4}$$ $${}$$

$$(i)\;\;t=2:\,\,\,\,\,\,-3x+3y=0\Longleftrightarrow x=y\Longrightarrow \binom{1}{1}$$

Well, as we know, we get that

$$S=\left(\begin{array}{}3&1\\4&1\end{array}\right)$$

Take it from here

$\endgroup$ 5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy