- #1
seanc12
- 15
- 0
Homework Statement
Find a matrix P such that [itex]P^{-1}AP[/itex] is diagonal and evaluate [itex]P^{-1}AP[/itex].
A=
[2 5]
[2 3]
The Attempt at a Solution
First off, I Found the Eigenvalues, which turned out to be:
[itex]\lambda = \frac{5 \pm \sqrt{41}}{2}[/itex]
This gave me the two Eigenvectors:
[[itex]\frac{10}{1+\sqrt{41}}[/itex]]
[ 1 ]
[[itex]\frac{10}{1-\sqrt{41}}[/itex]]
[ 1 ]Now this is where i get a little bit stuck. Am I suppose to go and normalise the two Eigenvectors before i use them as P, or can I just use those two vectors as my P then go ahead and find the inverse and start grinding my way through it?
I have tried both ways but can't quite get the answer out. It is most likely from an error in my working (there are so many surds!) but I wanted to check how to correctly do it before I try and re-work the problem. Also if you guys could give me any tips for evaluating it without having to do so much work and most likely produce an error it would be nice.
Also I know that for a symmetric matrix the eignenvales should appear on the diagonal, but is this still the case for the non-symmetric matrix?