- #1
Saladsamurai
- 3,020
- 7
Homework Statement
I am having some trouble with this procedure and I am not exactly sure how to phrase my questions; so I will procede with one particular problem that is giving me trouble and perhaps someone can help to shed light on it.
In one problem, I am given some matrix
[tex]
\begin{bmatrix}
1 & 0 & 1 \\
0 & 0 & 0 \\
0 & 0 & -2
\end{bmatrix}
[/tex]
and I am asked to find the eigenvalues (the lambdas) as well as the eigenvectors corresponding to them.
Homework Equations
Here I will just include a brief description of what "the eigenvalue problem" is. We are essentially looking for values of [itex]\lambda[/itex] for which the equation [itex](\mathbf{A} - \lambda\mathbf{I})\mathbf{x} = 0\qquad(1)[/itex] admits nontrivial solutions (i.e. [itex]\mathbf{x}\ne0[/itex])
The Attempt at a Solution
Since the matrix A is upper triangular, it's eigenvalues are simply the elements along the main diagonal:
[tex]\lambda_{1,2,3} = \{1, 0, -2\}[/tex]
For each of these, there is a corresponding eigenvector that we find by plugging each value back into (1).
For [itex]\lambda_1 = 1[/itex]:
[tex]A =
\begin{bmatrix}
0 & 0 & 1 \\
0 & -1 & 0 \\
0 & 0 & -3
\end{bmatrix}
\begin{bmatrix}
x_1 \\
x_2 \\
x_3
\end{bmatrix}
=
\begin{bmatrix}
0 \\
0 \\
0
\end{bmatrix}
\qquad(2)
[/tex]
I am not really sure what to do with (2). At first glance, it suggests to me that all of the xi's are zero. But the whole point of the eigenvalue problem is that all of the xi's are not zero. So, how can I reconcile my system of equations with this?
The solution says that the eigenvector corresponding to [itex]\lambda_1 =1[/itex] is
[tex]
e_1 =
\begin{bmatrix}
1 \\
0 \\
0
\end{bmatrix}
[/tex]
How do they get this from (2)?
Last edited: