Solved

Solve the Equation Ax = B by Using the LU

Question 26

Multiple Choice

Solve the equation Ax = b by using the LU factorization given for A.
- A=[12431314211931597],b=[2043]A = \left[ \begin{array} { r r r r } 1 & 2 & 4 & 3 \\- 1 & - 3 & - 1 & - 4 \\2 & 1 & 19 & 3 \\1 & 5 & - 9 & 7\end{array} \right] , \mathbf { b } = \left[ \begin{array} { l } 2 \\0 \\4 \\3\end{array} \right]
A=[1000110023101321][1243013100200001]A = \left[ \begin{array} { r r r r } 1 & 0 & 0 & 0 \\- 1 & 1 & 0 & 0 \\2 & 3 & 1 & 0 \\1 & - 3 & - 2 & 1\end{array} \right] \left[ \begin{array} { r r r r } 1 & 2 & 4 & 3 \\0 & - 1 & 3 & - 1 \\0 & 0 & 2 & 0 \\0 & 0 & 0 & 1\end{array} \right]


A) x=[27983]\mathbf { x } = \left[ \begin{array} { r } 27 \\ 9 \\ 8 \\ - 3 \end{array} \right]
B) x=[27188913]\mathbf { x } = \left[ \begin{array} { r } 27 \\ - 18 \\ 89 \\ - 13 \end{array} \right]
C) x=[41635]\mathbf { x } = \left[ \begin{array} { c } 41 \\ - 6 \\ - 3 \\ - 5 \end{array} \right]
D) x=[2283]\mathbf { x } = \left[ \begin{array} { r } 2 \\ - 2 \\ 8 \\ - 3 \end{array} \right]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions