0
0
−.8
−.125
♣10.5.38. Remarkably, after only two iterations, the method finds the exact solution: u3=u⋆=
(.0625, .125, .0625, .125, .375, .125, .0625, .125, .0625 )T, and hence the convergence is dra-
matically faster than the other iterative methods.
♣10.5.39. (a)n= 5: b= ( 2.28333,1.45,1.09286, .884524, .745635 )T;
n= 10: b= ( 2.92897,2.01988,1.60321,1.3468,1.16823,1.0349, .930729, .846695, .777251, .718771 )T;
n= 30: b= (3.99499,3.02725,2.5585,2.25546,2.03488,1.86345,1.72456,1.60873,1.51004,1.42457,
1.34957,1.28306,1.22353,1.16986,1.12116,1.07672,1.03596, .998411, .963689, .931466,
.901466, .873454, .847231, .82262, .799472, .777654, .75705, .737556, .719084, .70155)T;
(b) For regular Gaussian Elimination, using standard arithmetic in Mathematica, the
10.5.41. False. For example, consider the homogeneous system Ku=0where K= .0001 0
0 1 !,
with solution u⋆=0. The residual for u= 1
10.5.42. Referring to the pseudocode program in the text, at each step to compute
rk=f−Kukrequires n2multiplications and n2additions;
krkk2requires nmultiplications and n−1 additions;