![]() |
VOOZH | about |
Consider solving the following system of simultaneous equations using LU decomposition.
x1 + x2 - 2x3 = 4
x1 + 3x2 - x3 = 7
2x1 + x2 - 5x3 = 7
where L and U are denoted as
Which one of the following is the correct combination of values for L32, U33, and x1? [ MCQ || GATE 2022 || 2 Marks ]
L32 = 2, U33 = -1/2, x1 = -1
L32 = 2, U33 = 2, x1 = -1
L32 = -1/ 2, U33 = 2, x1 = 0
L32 = -1/2, U33 = -1/2, x1 = 0