Finding a normalized eigenvector

  • Thread starter Thread starter XSK
  • Start date Start date
  • Tags Tags
    Eigenvector
XSK
Messages
7
Reaction score
0
ok, i know how to find an eigenvalue and an eigenvector that's fine, what i don't remember is how to normalize your eigenvectors

in my problem i have 2 eigenvectors, (1,3) and (3,1)

(1,3) corresponds to eigenvalue 10

(3,1) corresponds to eigenvalue 20

in my notes i have written 'to normalize make equal to one and solve', of course this was about a month ago and i have completely forgotten what i meant by that.

any help appreciated!
 
Physics news on Phys.org
Usually, what is meant by "normalize" is to make the norm be 1, so you divide the vector by its length. Ie (1,3) normalized is (1, 3)/sqrt(10).
 
Yes to normalise the eigenvector the modulus has to equal 1. So it would be 1/sqrt(1^2 + 3^2) and 3/sqrt(10)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top