A square matrix is called strictly lower (upper) triangular if all entries on or above (below) the main diagonal are 0 . (a) Prove that every square matrix can be uniquely written as a sum $A=L+D+U$, with $L$ strictly lower triangular, $D$ diagonal, and $U$ strictly upper triangular.
(b) Decompose $A=\left(\begin{array}{rrr}3 & 1 & -1 \\ 1 & -4 & 2 \\ -2 & 0 & 5\end{array}\right)$ in this manner.