Special Matrices 17
(a) Following the derivation that begins on page 139, we find that the system of
(b) With L= 2500 kg/hr, G= 4000 kg/hr, xin = 0,yin = 0.05 and m= 1.46,
the system of equations describing an eight stage absorption column is
−8340 5840
x1
0
The solution of this system is
17. (a) Construct an algorithm to factor an n×nsymmetric positive definite
matrix into the form LDLT, where Lis a lower triangular matrix with
ones along its diagonal and Dis a diagonal matrix. How many arithmetic
operations are required to compute the LDLTdecomposition? How does
this compare with the number of operations needed to compute a Cholesky
decomposition?
(b) Construct an algorithm to solve the system Ax=bgiven an LDLTde-
composition of the coefficient matrix. How many arithmetic operations
does this solve step require? How does this compare with the number of
operations required by the solve step associated with a Cholesky decom-
position?
(a) Let Lbe a lower triangular matrix with ones along the main diagonal, and