InterviewSolution
Saved Bookmarks
| 1. |
In which of these methods, after factorization, the pattern of zero elements in the combined L and U matrices the same as the original coefficient matrix?(a) LU decomposition(b) ILU decomposition(c) ILU(0) decomposition(d) ILU(1) decompositionI had been asked this question in an online quiz.This is a very interesting question from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (a) LU decomposition |
|