InterviewSolution
Saved Bookmarks
| 1. |
Consider the global matrix AΦ=b. What is the residual at the ith iteration? (Note: Φi is the value of Φ in the i^th iteration).(a) AΦ^i-1+b(b) AΦ^i-1-b(c) AΦ^i+b(d) AΦ^i-bThe question was posed to me in exam.I want to ask this question from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics |
|
Answer» Correct option is (d) AΦ^i-b |
|