Special Matrices 11
13. Solve each of the following systems by computing a Cholesky decomposition for
the coefficient matrix and then performing forward and backward substitution
(see Exercise 12a).
(a) A= matrix given in Exercise 10a, b=8−2 38 T
(b) A= matrix given in Exercise 10b, b=319T
(c) A= matrix given in Exercise 10c, b=4−4 4 −13 T
(d) A= matrix given in Exercise 10d, b=15 −12 56 −35 T
(a) From Exercise 10a, we know that A=LLT, where
Thus, forward substitution applied to the system Lz=byields
while back substitution applied to the system LTx=zgives
(b) From Exercise 10b, we know that A=LLT, where