- #1
arhzz
- 268
- 52
- Homework Statement
- Eigenvectors
- Relevant Equations
- -
So I have been studying for my upcoming math exam and a lot of the problems require to find eigenvalues/eigenvectors.Now the question I have is the following;
Take a look at this matrix
$$ \left[ \begin{matrix} 6 & -3 \\\ 3 & -4 \end{matrix} \right] $$
Now the eigenvalues are ##\lambda_1 = 5 ## and ##\lambda_2 = -3 ##
Now to find the eigenvectors I did this.
First I subtracted 5 from the diagonal of the original matrix and it looks like this.
$$ \left[ \begin{matrix} 1 & -3 \\\ 3 & -9 \end{matrix} \right] $$
Now to find the eigenvectors this should be the way
$$ \left[ \begin{matrix} 1 & -3 \\\ 3 & -9 \end{matrix} \right] \cdot \begin{pmatrix} x_1 \\\ x_2 \end{pmatrix} =\begin{pmatrix} 0 \\\ 0 \end{pmatrix} $$
And the equations look like this
## x_1 - 3x_2 = 0 ##
## 3x_1 - 9x_2 = 0 ##
If we multiply the first equation with 3 and subract that from the second equation; we get
## x_1 - 3x_2 = 0 ##
## 0 0 = 0 ##
Now we can say that ## x_1 = 3x_2 ## and let x1 = 1 we get that the eigenvector is
## v_1 = (1,3) ##
Now the solutions say it should be ## v_1 = (3,1) ## the same simply rearanged.My question is are both eigenvectors valid? Does it matter if its (1,3) or (3,1) because I'm susposed to build a fundamental matrix and I'm not sure if this plays a role.
Take a look at this matrix
$$ \left[ \begin{matrix} 6 & -3 \\\ 3 & -4 \end{matrix} \right] $$
Now the eigenvalues are ##\lambda_1 = 5 ## and ##\lambda_2 = -3 ##
Now to find the eigenvectors I did this.
First I subtracted 5 from the diagonal of the original matrix and it looks like this.
$$ \left[ \begin{matrix} 1 & -3 \\\ 3 & -9 \end{matrix} \right] $$
Now to find the eigenvectors this should be the way
$$ \left[ \begin{matrix} 1 & -3 \\\ 3 & -9 \end{matrix} \right] \cdot \begin{pmatrix} x_1 \\\ x_2 \end{pmatrix} =\begin{pmatrix} 0 \\\ 0 \end{pmatrix} $$
And the equations look like this
## x_1 - 3x_2 = 0 ##
## 3x_1 - 9x_2 = 0 ##
If we multiply the first equation with 3 and subract that from the second equation; we get
## x_1 - 3x_2 = 0 ##
## 0 0 = 0 ##
Now we can say that ## x_1 = 3x_2 ## and let x1 = 1 we get that the eigenvector is
## v_1 = (1,3) ##
Now the solutions say it should be ## v_1 = (3,1) ## the same simply rearanged.My question is are both eigenvectors valid? Does it matter if its (1,3) or (3,1) because I'm susposed to build a fundamental matrix and I'm not sure if this plays a role.