Question A.10: Transform the following matrix into LU form |1 2 1 0 0 3 3 1......

Transform the following matrix into LU form

\left|\begin{matrix}1 &2 &1 &0 \\ 0& 3& 3& 1 \\ 2& 0& 2& 0 \\  1 &0 &0 &2 \end{matrix} \right|
Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

From Equations A.75 and A.76,

l_{ij}=a_{ij}-\sum\limits_{k=1}^{k=j-1}{l_{ik}u_{kj}} \ \ i\geq j    (A.75)
u_{ij}=\frac{1}{l_{ij}}(a_{ij}-\sum\limits_{k=1}^{k=j-1}{l_{ik}u_{kj}}) \ \ i< j    (A.76)

\left|\begin{matrix}1 &2 &1 &0 \\ 0& 3& 3& 1 \\ 2& 0& 2& 0 \\  1 &0 &0 &2 \end{matrix} \right| = \left|\begin{matrix}1 &0 & 0&0 \\ 0& 3& 0& 0 \\ 2& -4& 4& 0 \\  1 &-2 &1 &2.33 \end{matrix} \right|\left|\begin{matrix}1 &2 &1 &0 \\ 0& 1& 1& 0.33 \\ 0& 0& 1& 0.33 \\  0 &0 &0 &1 \end{matrix} \right|

The original matrix has been converted into a product of lower and upper triangular matrices.

Related Answered Questions

Question: A.2

Verified Answer:

The characteristic equation is given by \le...
Question: A.3

Verified Answer:

Its characteristics equation is \left|\beg...
Question: A.7

Verified Answer:

\overline{A}_{1} = \left|\begin{matrix}2 &a...
Question: A.5

Verified Answer:

Attach a unit matrix of 2 × 2 and perform the oper...
Question: A.1

Verified Answer:

This matrix can be reduced to an upper triangular ...