Find the $2\times 2$ matrix $D$ such that $P^{-1}DP=\begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}.$

167 Views Asked by At

Let $P = \begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}$. Find the $2 \times 2$ matrix $D$ such that $$P^{-1} DP = \begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}.$$


I think matrix multiplication is not associative, so what else can I do?

3

There are 3 best solutions below

2
On BEST ANSWER

Hint:

$$DP=PA\tag{A is that one in RHS}$$

0
On

Hint: The matrix $P$ is diagonalizable with distinct eigenvalues $1$ and $2$.

0
On

If $$P^{-1}DP=A$$ then $$D=PAP^{-1}$$ so you just need to calculate $P^{-1}$ and multiply.