5.1 • Solutions 281
34. You could try to write
0
x as linear combination of eigenvectors,
1
.,,vv
p
…
If
1
λ, ,λ
p
…
are
corresponding eigenvalues, and if
011
,
pp
cc=++xv v
then you could define
+
35. Using the figure in the exercise, plot
()Tu
as
2,u
because u is an eigenvector for the eigenvalue 2 of
36. As in Exercise 35,
()
T=−
uu
and
() 3
T=
vv
because u and v are eigenvectors for the eigenvalues
Note
: The matrix programs supported by this text all have an eigenvalue command. In some cases, such
as MATLAB, the command can be structured so it provides eigenvectors as well as a list of the
eigenvalues. At this point in the course, students should not use the extra power that produces
eigenvectors. Students need to be reminded frequently that eigenvectors of A are null vectors of a
translate of A. That is why the instructions for Exercises 35–38 tell students to use the method of Example
4.
37. [M] Let A be the given matrix. Use the MATLAB commands eig and nulbasis (or equivalent
commands). The command
ev = eig(A)
computes the three eigenvalues of A and stores them in a
vector ev. In this exercise,
(10 15 5).=,,
ev
The eigenspace for the eigenvalue 10 is the null space
of
10 .AI−
Use nulbasis to produce a basis for each null space:
3
−
⎤