11. Let Abe an n×nsymmetric and positive definite matrix and suppose that the
non-zero vectors v1,v2,v3, …, vnform an A-conjugate set; that is, vT
iAvj= 0
whenever i6=j. Show that
c1v1+c2v2+c3v3+··· +cnvn=0
requires that c1=c2=c3=··· =cn= 0. Hence the set
{v1,v2,v3, …, vn}
is linearly independent and forms a basis for Rn.
Suppose
12. A simpler choice for the search direction would be to set d(m)=−r(m). This
amounts to always selecting the direction in which fdecreases most rapidly
in the vicinity of x(m)and produces what is known as the method of steepest
descent. The resulting algorithm is summarized in the following pseudocode.
r(0) =Ax(0) −b
for m= 0, 1, 2, …
d(m)=−r(m)
λm=−d(m)Tr(m)/d(m)TAd(m)
x(m+1) =x(m)+λmd(m)
r(m+1) =r(m)+λmAd(m)
if √r(m+1)Tr(m+1) < T OL, OUTPUT x(m+1)
Solve the linear systems in Exercises 5 – 10 using the method of steepest descent
with x(0) =0and a convergence tolerance of 5×10−7. Compare the performance
of the method of steepest descent with that of the conjugate gradient method.
For the system in Exercise 5, 121 iterations of the method of steepest descent are
needed to produce the solution vector