1. Use the LU factorization of to solve the linear system .

2. Find the LU factorization of the following matrices:

3. Find the LDU factorization of

L = \begin{bmatrix} 1 & 0 & 0 \\ 2 & 1 & 0 \\ -1 & 1 & 1 \end{bmatrix} $$ $$ D = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -2 \end{bmatrix} $$ $$ U = \begin{bmatrix} 1 & -\frac{1}{2} & 0 \\ 0 & 1 & \frac{1}{3} \\ 0 & 0 & 1 \end{bmatrix} $$