LU Decomposition 13
(a) Find a lower triangular matrix Lwith ones along its diagonal and an upper
triangular matrix Usuch that A=LU.
(b) Find matrices L,Dand Usuch that A=LDU, where Lis a lower triangular
matrix with ones along its diagonal, Dis a diagonal matrix and Uis an
upper triangular matrix with ones along its diagonal.
(c) Find a lower triangular matrix Land an upper triangular matrix Uwith
ones along its diagonal such that A=LU.
(a) Gaussian elimination with no pivoting applied to the matrix Ayields
112
1 1 2
Thus,
(b) Observe that the upper triangular matrix from part (a) can be written as the
product
of a diagonal matrix and an upper triangular matrix with ones along its di-
agonal. Thus, A=LDU, where Lis the lower triangular matrix from part
(a),
(c) The product of the lower triangular matrix from parts (a) and (b) with the
diagonal matrix from part (b) is the lower triangular matrix
1 0 0