R.Harmon
- 23
- 0
Homework Statement
Hi, I'm having a bit of a problem normalizing eigenvectors with complex entries. Currently the eigenvector I'm looking at is [tex]\[\vec{v}=<br /> \left(\begin{array}{c}<br /> -2+i\\<br /> 1<br /> \end{array}\right)\][/tex]
Homework Equations
The Attempt at a Solution
If the eigenvectors don't have complex elements I can do this, for example if i have [tex]\[\vec{v}=<br /> \left(\begin{array}{c}<br /> 3\\<br /> 1<br /> \end{array}\right)\][/tex] and I want to normalize I know that this is the same as [tex]\[\vec{v}=\left(\begin{array}{c}<br /> 3a\\<br /> 1a<br /> \end{array}\right)\][/tex] and [tex](3a)^2+a^2=1[/tex] so the normalized eigenvector is [tex]\vec{v}=\frac{1}{\sqrt{10}}<br /> \left(\begin{array}{c}<br /> 3\\<br /> 1<br /> \end{array}\right)[/tex]. However with the first eigenvector using the same method I get [tex](a(-2+i))^2+a^2=1[/tex] or [tex]a=\frac{1}{\sqrt{4-4i}}[/tex] giving the normalized eigenvector as [tex]\vec{v}=\frac{1}{\sqrt{4-4i}}<br /> \left(\begin{array}{c}<br /> -2+i\\<br /> 1<br /> \end{array}\right)[/tex] where as the solution should be [tex]\vec{v}=\frac{1}{\sqrt{6}}<br /> \left(\begin{array}{c}<br /> -2+i\\<br /> 1<br /> \end{array}\right)[/tex]. Could someone please point out where I'm going wrong? Any help is appreciated.