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 3-(2\sqrt{2}) and 3+(2\sqrt{2})
giving eigenvectors of
<br /> [1,1-\sqrt{2}] and [1,1+\sqrt{2}]
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?