Find orthogonal P and diagonal matrix D

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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