Solving Orthogonal Matrix Homework w/ Symmetric Matrix

  • Thread starter Thread starter beetle2
  • Start date Start date
  • Tags Tags
    Matrix Orthogonal
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
beetle2
Messages
110
Reaction score
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?
 
Physics news on Phys.org
It's going to be very difficult to make a statement about C=BAB^t in general. Knowing a symmetric matrix P, associated with an unlabeled matrix does very little to help.
 
Sorry the matrix is

A =

1 2
2 5

find an orthogonal matrix P such that C=PAP^t where C is diagonal

regards
 
So I multiply P =
[itex] \[ \left( \begin{array}{cc}<br /> 1 & 1-\sqrt{2} \\<br /> 1 & 1+\sqrt{2} \\<br /> \end{array} \right)\] [/itex]
by A =
[itex] \[ \left( \begin{array}{cc}<br /> 1 & 2 \\<br /> 2 & 5 \\<br /> \end{array} \right)\] [/itex]
and PT =
[itex] \[ \left( \begin{array}{cc}<br /> 1 & 1 \\<br /> 1-\sqrt{2} & 1+\sqrt{2} \\<br /> \end{array} \right)\] [/itex]

which gives C =

[itex] \[ \left( \begin{array}{cc}<br /> 20-14\sqrt{2} & 0 \\<br /> 0 & 14\sqrt{2}+20 \\<br /> \end{array} \right)\] [/itex]


Is this right? I know that C is diagonal but isn't it supposed to have the eigenvalues on the main diagonal?
regards