Chapter 2: Q2.5-10Q (page 93)
Find a LU factorization of the matrices in Exercises 7-16 (with L unit lower triangular). Note that MATLAB will usually produce a permuted LU factorization because it uses partial pivoting for numerical accuracy.
10. \(\left[ {\begin{array}{*{20}{c}}{ - 5}&3&4\\{10}&{ - 8}&{ - 9}\\{15}&1&2\end{array}} \right]\)
Short Answer
The LU factorization of the matrices is \[L = \left[ {\begin{array}{*{20}{c}}1&0&0\\{ - 2}&1&0\\{ - 3}&{ - 5}&1\end{array}} \right]\]and \[U = \left[ {\begin{array}{*{20}{c}}{ - 5}&3&4\\0&{ - 2}&{ - 1}\\0&0&9\end{array}} \right]\].