Find orthogonal P and diagonal matrix D

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 6K views
phamdat1202
Messages
4
Reaction score
0

Homework Statement



A= [1 -1 0]
[-1 2 -1]
[0 -1 1]
find orthogonal matrix P and diagonal matrix D such that P' A P = D

Homework Equations





The Attempt at a Solution


i got eigenvalues are 0, 1, 3 which make D=[0 0 0; 0 1 0; 0 0 3]
how to find P. because in my solution they mentioned about normalised eigenvectors.
 
Physics news on Phys.org
i know after i got eigenvalues, i can find eigenvectors which is P.
my question is that in my solution, P are normalised eigenvectors. why they use normalised eigenvector instead of the eigenvector?
 
thanks, got it