InterviewSolution
Saved Bookmarks
| 1. |
Consider solving the following system of simultaneous equations using LU decomposition.x1 + x2 – 2x3 = 4x1 + 3x2 – x3 = 72x1 + x2 – 5x3 = 7where L and U are denoted asWhich one of the following is the correct combination of values for L32, U33, and x1?(A)L32 = 2, U33 = -1/2, x1 = -1(B)L32 = 2, U33 = 2, x1 = -1(C)L32 = -1/ 2, U33 = 2, x1 = 0(D)L32 = -1/2, U33 = -1/2, x1 = 0 |
| Answer» | |