beetle2
- 110
- 0
Homework Statement
Given the symmetric Matrix
1 2
2 5
find an orthogonal matrix P such that C=BAB^t
Homework Equations
The Attempt at a Solution
I found the eigenvalues to be [itex]3-(2\sqrt{2})[/itex] and [itex]3+(2\sqrt{2})[/itex]
giving eigenvectors of
[itex] [1,1-\sqrt{2}][/itex] and [itex][1,1+\sqrt{2}][/itex]
As the dot product of these vectors is 0 they are orthogonal.
do I just normalise each vector and use them as the column vectors of P?