Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

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.

9. \(\left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\{ - 3}&{ - 2}&{10}\\9&{ - 5}&6\end{array}} \right]\)

Short Answer

Expert verified

The LU factorization of the matrices is \[L = \left[ {\begin{array}{*{20}{c}}1&0&0\\{ - 1}&1&0\\3&{\frac{2}{3}}&1\end{array}} \right]\]and \(U = \left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\0&1&{ - 4}\\0&0&{ - 8}\end{array}} \right]\).

Step by step solution

Achieve better grades quicker with Premium

  • Unlimited AI interaction
  • Study offline
  • Say goodbye to ads
  • Export flashcards

Over 22 million students worldwide already upgrade their learning with Vaia!

01

Apply the row operation to determine matrix U

Consider the matrix \[A = \left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\{ - 3}&{ - 2}&{10}\\9&{ - 5}&6\end{array}} \right]\].

Perform an elementary row operation to produce the row-echelon form of the matrix.

Mark the pivot column in matrix A and the row-echelon form of A.

At row two, add rows one and two. At row three, multiply row one by 3 and subtract it from row three.


At row two, multiply row two by \( - \frac{1}{3}\).

\[ \sim \left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\0&1&{ - 4}\\0&{ - 2}&0\end{array}} \right]\]

At row three, multiply row two by 2 and add it to row three.


Thus, \(U = \left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\0&1&{ - 4}\\0&0&{ - 8}\end{array}} \right]\).

02

Determine matrix L

The first pivot column of L is the first column of Adivided by the top pivot entry.

Divide the first column of \[\left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\{ - 3}&{ - 2}&{10}\\9&{ - 5}&6\end{array}} \right]\]by pivot entry 3. And at each pivot column, divide the entries by the pivot, as shown below:

\[\begin{array}{l}\left[ {\begin{array}{*{20}{c}}{\frac{3}{3}}\\{ - \frac{3}{3}}\\{\frac{9}{3}}\end{array}} \right]\,\left[ {\begin{array}{*{20}{c}}{\frac{{ - 3}}{{ - 3}}}\\{\frac{{ - 2}}{{ - 3}}}\end{array}} \right]\left[ {\frac{{ - 8}}{{ - 8}}} \right]\\\,\,\, \downarrow \,\,\,\,\,\,\,\, \downarrow \,\,\,\,\,\, \downarrow \\\left[ {\begin{array}{*{20}{c}}1&{\begin{array}{*{20}{c}}{}&{}\end{array}}&{}\\{ - 1}&1&{}\\3&{\frac{2}{3}}&1\end{array}} \right]\end{array}\]

Place the result in matrix L:

\[L = \left[ {\begin{array}{*{20}{c}}1&0&0\\{ - 1}&1&0\\3&{\frac{2}{3}}&1\end{array}} \right]\]

Thus, the LU factorization of the matrices is \[L = \left[ {\begin{array}{*{20}{c}}1&0&0\\{ - 1}&1&0\\3&{\frac{2}{3}}&1\end{array}} \right]\]and \(U = \left[ {\begin{array}{*{20}{c}}3&{ - 1}&2\\0&1&{ - 4}\\0&0&{ - 8}\end{array}} \right]\).

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In Exercises 1–9, assume that the matrices are partitioned conformably for block multiplication. In Exercises 5–8, find formulas for X, Y, and Zin terms of A, B, and C, and justify your calculations. In some cases, you may need to make assumptions about the size of a matrix in order to produce a formula. [Hint:Compute the product on the left, and set it equal to the right side.]

6. \[\left[ {\begin{array}{*{20}{c}}X&{\bf{0}}\\Y&Z\end{array}} \right]\left[ {\begin{array}{*{20}{c}}A&{\bf{0}}\\B&C\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}I&{\bf{0}}\\{\bf{0}}&I\end{array}} \right]\]

Suppose \(AD = {I_m}\) (the \(m \times m\) identity matrix). Show that for any b in \({\mathbb{R}^m}\), the equation \(A{\mathop{\rm x}\nolimits} = {\mathop{\rm b}\nolimits} \) has a solution. (Hint: Think about the equation \(AD{\mathop{\rm b}\nolimits} = {\mathop{\rm b}\nolimits} \).) Explain why Acannot have more rows than columns.

Prove Theorem 2(b) and 2(c). Use the row-column rule. The \(\left( {i,j} \right)\)- entry in \(A\left( {B + C} \right)\) can be written as \({a_{i1}}\left( {{b_{1j}} + {c_{1j}}} \right) + ... + {a_{in}}\left( {{b_{nj}} + {c_{nj}}} \right)\) or \(\sum\limits_{k = 1}^n {{a_{ik}}\left( {{b_{kj}} + {c_{kj}}} \right)} \).

In Exercises 1–9, assume that the matrices are partitioned conformably for block multiplication. In Exercises 5–8, find formulas for X, Y, and Zin terms of A, B, and C, and justify your calculations. In some cases, you may need to make assumptions about the size of a matrix in order to produce a formula. [Hint:Compute the product on the left, and set it equal to the right side.]

5. \[\left[ {\begin{array}{*{20}{c}}A&B\\C&{\bf{0}}\end{array}} \right]\left[ {\begin{array}{*{20}{c}}I&{\bf{0}}\\X&Y\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}{\bf{0}}&I\\Z&{\bf{0}}\end{array}} \right]\]

Prove the Theorem 3(d) i.e., \({\left( {AB} \right)^T} = {B^T}{A^T}\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free