Having trouble finding the correct eigenvectors

34 Views Asked by At

I'm having trouble finding the eigenvectors for an eigenvalue. For example, I've finally found my two eigenvalues, 0 (multiplicity of 1) and 2 (multiplicity of 2). So naturally, I start to solve for the eigenvectors associated with lambda=2. After elementary row operations, I get: $$ \begin{matrix} 1 & -4/3 & 2 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ \end{matrix} $$

This is where I start to mess up. I let x+z=(4/3)y and from this, one of the eigenvectors I get is [2,3,1]. This isn't correct, as the book tells me the two eigenvectors for lambda = 2 are [4,3,0] and [-2,0,1].

I don't understand, what am I doing wrong and what can I fix?

2

There are 2 best solutions below

0
On

The only problem with what you've written is a typo ($x + 2z = (4/3)y$); all the work is correct. The $\lambda = 2$ eigenspace is two-dimensional, and your book is giving a basis. But of course this basis is not unique -- in fact you can see that your eigenvector is the sum of the two given in the answer. So just find another linearly independent eigenvector (for example, you could pick either of the ones from the book) and you will be done.

0
On

When you get only one equation with three 'variables' (in this case x, y, z) you should let $x=4/3y-2z$, and then in this space any vector is of the form

$$\begin{pmatrix}4/3y-2z\\y\\z\end{pmatrix}=y\begin{pmatrix}4/3\\1\\0\end{pmatrix}+z\begin{pmatrix}-2\\0\\1\end{pmatrix}$$ where $y, z$ are real numbers, therefore, this is a basis for the eigenspace, i.e. this eigenspace has dimension 2