InterviewSolution
Saved Bookmarks
| 1. |
Preconditioners improve ____________ of the coefficient matrix.(a) sparsity(b) rank(c) spectral properties(d) SingularityThis question was addressed to me in an internship interview.I need to ask this question from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics |
|
Answer» CORRECT CHOICE is (c) spectral properties The best explanation: For a system of equations to have a better rate of convergence, the COEFFICIENT matrix should have a less spectral radius. So, Preconditioners are used to IMPROVE the spectral characteristics of a system to GIVE the same solution. |
|