Solving for Matrix P that Satisfies D=P^{-1}AP

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Matrix
skyturnred
Messages
117
Reaction score
0

Homework Statement



Find a matrix P that satisfies D=P^{-1}AP (A and D are similar)

A=

2 2 -1
1 3 -1
-1 -2 2

D=

1 0 0
0 1 0
0 0 5

Homework Equations





The Attempt at a Solution



OK, so I know how to find a matrix P for A, but I DONT know how to find the specific P that gets the specific A.. anyways here is my work so far

Since A and D are similar, e-values of D are the same as those of A

It is easy to find the e-values of D --> det(\lambdaI-D)=0
so (\lambda-1)(\lambda-1)(\lambda-5)=0
so e-values are 1, 1, 5

So I found e-vector of A using \lambda=1

I did this by solving for vector x in: (\lambdaI-A)x=0

I found the following vector: x=t[-2, 1, 0]+w[1, 0, 1] where t and w are elements of the reals

doing the same for \lambda=5 I get: x=t[-1 -1 1]

so a P for A (not necessarily the proper P) is

-2 1 -1
1 0 -1
0 1 1

Using the same procedure for D as for A above, I get a P for D to be

0 0 0
0 1 0
1 0 1

This is where I have no idea what to do. I remember vaguely reading somewhere that the P in question is the matrix that transforms the P for A from above to the P for D

so I solve

P_{A}P=P_{D} and get the following as a matrix

0.25 0.50 0.25
0.75 0.50 0.75
0.25 -0.5 0.25

...but checking in D=P^{-1}AP, the matrix P above isn't even invertible. Where did I go wrong? Thanks!
 
Physics news on Phys.org


skyturnred said:
-2 1 -1
1 0 -1
0 1 1

Try applying this to A. The matrix P is known as the matrix that diagonalizes A. There isn't much point in trying to find a different matrix to diagonalize D.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top